MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.