DK11 for Python | tatukgis.pdk.TGIS_LayerVector.RenameField | Constructors | Methods | Properties | Events
Renames a field.
# Python def RenameField( self _name: str _newname: str _width: int _decimal: int ) -> None:
Name | Type | Description |
---|---|---|
_name | str | name of field to be renamed |
_newname | str | new name |
_width | int | new width |
_decimal | int | new decimal position |
Use this method to rename a field, which will be marked as changed and the final restructure will be performed upon save. UnRename can be performed by using RevertAll.