AutoCAD Map 3D 2009 Geospatial Platform Reference From AutoCAD Map 3D Geospatial Platform API previous page next page Overview Modules Classes MgGeometricPropertyDefinition GetGeometryTypes GetHasElevation GetHasMeasure GetReadOnly GetSpatialContextAssociation GetSpecificGeometryTypes MgGeometricPropertyDefinition SetGeometryTypes SetHasElevation SetHasMeasure SetReadOnly SetSpatialContextAssociation SetSpecificGeometryTypes void MgGeometricPropertyDefinition::SetSpecificGeometryTypes ( MgGeometryTypeInfo * typeInfo ) Sets the specific list of geometry types that can be stored in this geometric property. The provided value is a list of geometry types that are supported. .NET Syntax SetSpecificGeometryTypes(MgGeometryTypeInfo * typeInfo); Java Syntax SetSpecificGeometryTypes(MgGeometryTypeInfo * typeInfo); PHP Syntax SetSpecificGeometryTypes(MgGeometryTypeInfo * typeInfo); Parameters: typeInfo (MgGeometryTypeInfo) The specific set of geometry types that can be stored in this geometric property. Returns:Returns nothing. previous page start next page