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


Comments or suggestions? Send us feedback.