AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

STRING MgGeometricPropertyDefinition::GetSpatialContextAssociation (  ) 

Gets the Spatial Context name associated with this geometric property.

.NET Syntax
string GetSpatialContextAssociation();
Java Syntax
String GetSpatialContextAssociation();
PHP Syntax
string GetSpatialContextAssociation();

Returns:
Returns a String value representing the Spatial Context name. If the value is empty then the geometric property is associated with all the spatial contexts in the datastore.
See also:
MgFeatureService::GetSpatialContexts.