AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgObjectPropertyDefinition::SetClassDefinition ( MgClassDefinition classDef  ) 

Sets a reference to the MgClassDefinition that defines the type of this property.

.NET Syntax
void SetClassDefinition(MgClassDefinition classDef);
Java Syntax
void SetClassDefinition(MgClassDefinition classDef);
PHP Syntax
void SetClassDefinition(MgClassDefinition classDef);

Parameters:
classDef (MgClassDefinition) The class definition used to create the object or objects that constitute the property.
Returns:
Returns nothing.