DgnPoint
Contents
[
Hide
]Represents point for DGN format
Constructors
| Constructor | Description |
|---|---|
| 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
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| x | double | X coordinate |
| y | double | Y 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:
| Parameter | Type | Description |
|---|---|---|
| x | double | X coordinate |
| y | double | Y coordinate |
| z | double | Z 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