Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgDataPropertyDefinition
GetDataType
GetDefaultValue
GetLength
GetNullable
GetPrecision
GetReadOnly
GetScale
IsAutoGenerated
MgDataPropertyDefinition
SetAutoGeneration
SetDataType
SetDefaultValue
SetLength
SetNullable
SetPrecision
SetReadOnly
SetScale
void MgDataPropertyDefinition::SetDataType
(
INT32
type
)
Sets the data type of this property. See
MgPropertyType
for the different data types.
.NET Syntax
void SetDataType(int type);
Java Syntax
void SetDataType(int type);
PHP Syntax
void SetDataType(int type);
Parameters:
type
(int) The data type of this property.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.