Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgObjectPropertyDefinition
GetClassDefinition
GetIdentityProperty
GetObjectType
GetOrderType
MgObjectPropertyDefinition
SetClassDefinition
SetIdentityProperty
SetObjectType
SetOrderType
MgObjectPropertyDefinition::MgObjectPropertyDefinition
(
CREFSTRING
name
)
Constructs a
MgObjectPropertyDefinition
object.
.NET Syntax
MgObjectPropertyDefinition(string name);
Java Syntax
MgObjectPropertyDefinition(String name);
PHP Syntax
MgObjectPropertyDefinition(string name);
Parameters:
name
(String/string) The name of the property.
Comments or suggestions? Send us
feedback
.