|
MapGuide API Reference
|
| void MgDataPropertyDefinition::SetAutoGeneration | ( | bool | value | ) |
Sets a boolean value that determines whether this is an auto-generated property.
| void SetAutoGeneration(bool value); |
| void SetAutoGeneration(boolean value); |
| void SetAutoGeneration(bool value); |
| value | (boolean/bool) True configures the property to be auto-generated and read-only and false configures it to be user settable. |