DK11 for Python | tatukgis.pdk.TGIS_LayerVector.MergeStructure | Overloads | Constructors | Methods | Properties | Events
Merges the field structure from another layer.
# Python def MergeStructure( self _layer: tatukgis.pdk.TGIS_LayerVector _restrict: bool ) -> None:
Name | Type | Description |
---|---|---|
_layer | tatukgis.pdk.TGIS_LayerVector | layer to be imported |
_restrict | bool | if True, any field structure modification will raise error, otherwise allow to resize fields |
Use this method to import existing field structure from another layer.