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