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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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