Class DgnPoint
DgnPoint class
Represents point for DGN format
public class DgnPoint
Constructors
Name | Description |
---|---|
DgnPoint() | Initiailizes a new instance of the DgnPoint class |
DgnPoint(double, double) | Initiailizes a new instance of the DgnPoint class |
DgnPoint(double, double, double) | Initiailizes a new instance of the DgnPoint class |
Properties
Name | Description |
---|---|
X { get; set; } | Gets or sets X coordinate |
Y { get; set; } | Gets or sets Y coordinate |
Z { get; set; } | Gets or sets Z coordinate |
See Also
- namespace Aspose.CAD.FileFormats.Dgn
- assembly Aspose.CAD