MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.