Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.