AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgObjectPropertyDefinition::SetObjectType ( INT32  objType  ) 

Sets the MgObjectPropertyType type (either value, collection, or ordered collection) of this object property.

.NET Syntax
void SetObjectType(int objType);
Java Syntax
void SetObjectType(int objType);
PHP Syntax
void SetObjectType(int objType);

Parameters:
objType (int) The MgObjectPropertyType type of this object property.
Returns:
Returns nothing.