Web API Reference MapGuide Open Source
MgPropertyDefinition::MgPropertyDefinition ( CREFSTRING  name,
INT16  type 
)

Constructs an MgPropertyDefinition object.

.NET Syntax
MgPropertyDefinition(string name, short type);
Java Syntax
MgPropertyDefinition(String name, short type);
PHP Syntax
MgPropertyDefinition(string name, int type);

Parameters:
name (String/string) The name of the property.
type (short/int) The type of the property.
Returns:
Nothing


Comments or suggestions? Send us feedback.