AutoCAD Map 3D 2009 Geospatial Platform Reference
From 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:
-
- Returns:
- Returns nothing.
|