MgGeometryTypeInfo Class Reference
[MgGeometryTypeInfo]
Inherits MgSerializable.
Detailed Description
Defines a list of geometric types. This is typically used for geometric property description.Public Member Functions | |
INT32 | GetCount () |
Gets the count of geometry types in the list. | |
INT32 | GetType (INT32 index) |
Gets the MgGeometryType value which specifies one of the types of FGF geometry (Point, LineString, CurveString, ...). | |
MgGeometryTypeInfo () | |
Constructs an MgGeometryTypeInfo object. | |
void | SetTypes (INT32 *types, INT32 count) |
Sets the geometry type value list. Elements must be integers as defined by MgGeometryType. |