Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometricPropertyDefinition
GetGeometryTypes
GetHasElevation
GetHasMeasure
GetReadOnly
GetSpatialContextAssociation
GetSpecificGeometryTypes
MgGeometricPropertyDefinition
SetGeometryTypes
SetHasElevation
SetHasMeasure
SetReadOnly
SetSpatialContextAssociation
SetSpecificGeometryTypes
void MgGeometricPropertyDefinition::SetReadOnly
(
bool
value
)
Determines whether this geometric property is read-only.
.NET Syntax
void
SetReadOnly(bool value)
;
Java Syntax
void SetReadOnly(boolean value);
PHP Syntax
void
SetReadOnly(bool value)
;
Parameters:
value
(boolean/bool) True configures the property to be read-only and false configures it to be user settable.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.