AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgDataPropertyDefinition::SetAutoGeneration ( bool  value  ) 

Sets a boolean value that determines whether this is an auto-generated property.

.NET Syntax
void SetAutoGeneration(bool value);
Java Syntax
void SetAutoGeneration(boolean value);

Parameters:
value (boolean/bool) True configures the property to be auto-generated and read-only and false configures it to be user settable.
Returns:
Returns nothing.