MapGuide API Reference
|
void MgGeometricPropertyDefinition::SetGeometryTypes | ( | INT32 | types | ) |
Sets the categories of geometries (point, line, surface, solid) that can be stored in this geometric property.
void SetGeometryTypes(int types); |
void SetGeometryTypes(int types); |
void SetGeometryTypes(int types); |
types | (int) One or more of the MgFeatureGeometricType constants combined by a bit-wise OR operation. |