AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgDataPropertyDefinition::SetReadOnly ( bool  value  ) 

Determines whether this 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