Class DgnPoint

DgnPoint class

Represents point for DGN format

public class DgnPoint

Constructors

NameDescription
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

NameDescription
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