DgnPoint

Represents point for DGN format

Constructors

ConstructorDescription
DgnPoint()Initiailizes a new instance of the DgnPoint class
DgnPoint(double x, double y)Initiailizes a new instance of the DgnPoint class
DgnPoint(double x, double y, double z)Initiailizes a new instance of the DgnPoint class

Methods

MethodDescription
getX()Gets or sets X coordinate
setX(double value)Gets or sets X coordinate
getY()Gets or sets Y coordinate
setY(double value)Gets or sets Y coordinate
getZ()Gets or sets Z coordinate
setZ(double value)Gets or sets Z coordinate

DgnPoint()

public DgnPoint()

Initiailizes a new instance of the DgnPoint class

DgnPoint(double x, double y)

public DgnPoint(double x, double y)

Initiailizes a new instance of the DgnPoint class

Parameters:

ParameterTypeDescription
xdoubleX coordinate
ydoubleY coordinate

DgnPoint(double x, double y, double z)

public DgnPoint(double x, double y, double z)

Initiailizes a new instance of the DgnPoint class

Parameters:

ParameterTypeDescription
xdoubleX coordinate
ydoubleY coordinate
zdoubleZ coordinate

getX()

public double getX()

Gets or sets X coordinate

Returns: double

setX(double value)

public void setX(double value)

Gets or sets X coordinate

getY()

public double getY()

Gets or sets Y coordinate

Returns: double

setY(double value)

public void setY(double value)

Gets or sets Y coordinate

getZ()

public double getZ()

Gets or sets Z coordinate

Returns: double

setZ(double value)

public void setZ(double value)

Gets or sets Z coordinate