Definition
typedef int ShapeType;
Members
None
Remarks
The ShapeType corresponds to the shape type defined by ESRI. The following are defined and used in ShapeUp:
#define ShapeType_NullShape 0 /* No shape */ #define ShapeType_Point 1 /* Point */ #define ShapeType_Polyline 3 /* Polylines */ #define ShapeType_Polygon 5 /* Polygon */ #define ShapeType_PointZ 11 /* Point with Z and M. */ #define ShapeType_PolyLineZ 13 /* Polyline with Z and M */
See Also