MgGeometryComponentType Class Reference
[MgGeometryComponentType]
Detailed Description
MgGeometryComponentType defines a set of integer constants used to signify the type of a geometry component instance.
- Remarks:
- A geometry component instance is used in the construction of a geometry.
Static Public Attributes | |
| static const INT32 | ArcSegment = 130 |
| Specifies the geometry component is an MgArcSegment. | |
| static const INT32 | CurveRing = 132 |
| Specifies the geometry component is an MgCurveRing. | |
| static const INT32 | LinearRing = 129 |
| Specifies the geometry component is a MgLinearRing. | |
| static const INT32 | LinearSegment = 131 |
| Specifies the geometry component is an MgLinearSegment. | |