SHP_GEOM_TYPEConstant Class
Shape file geometry types
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetXSHP_GEOM_TYPEConstant

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static class SHP_GEOM_TYPEConstant

The SHP_GEOM_TYPEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberARC
Arc (polyline) multiple (X, Y) points.
Public fieldStatic memberARCZ
Arc (polyline) multiple (X, Y, Z) points.
Public fieldStatic memberPOINT
Single (X, Y) point
Public fieldStatic memberPOINTZ
Single (X, Y, Z) point
Public fieldStatic memberPOLYGON
Polygon. Multiple (X, Y) points.
Public fieldStatic memberPOLYGONZ
Polygon. Multiple (X, Y, Z) points.
Top
See Also