Hi Community,
"ProConcepts DDL" documentation suggests that "Field properties such as name, alias name, length, and type of some existing fields in tables or feature classes can be modified using SchemaBuilder.Modify(TableDescription, String, FieldDescription) method."
However, it does not seem to be the case. When I try to modify the existing field name using SchemaBuilder, I would get the error (Visual Studio .NET) saying "'Description.Name' cannot be assigned -it is read only.". The Pro SDK documentation -> Name Property (FieldDescription) also suggests that the name property is read-only.
With the same dataset, however, I can change the field name in ArcGIS Pro directly. Just wondering if it should be considered as a defect that Pro SDK team should investigate? Or if there is a better way of changing the field name using SDK?
Regards,