Class GdbPointShape

GdbPointShape class

public class GdbPointShape : GdbShape

Constructors

NameDescription
GdbPointShape()The default constructor.

Properties

NameDescription
BoundingBox { get; set; }
override HasM { get; }
override HasZ { get; }
M { get; set; }
X { get; set; }
Y { get; set; }
Z { get; set; }

See Also