DK11 for Python | tatukgis.pdk.TGIS_Shape.CopyFields | Constructors | Methods | Properties
Copy fields structure.
# Python def CopyFields( self, _shape: TGIS_Shape ) -> None:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape with fields to copy |
Use this method to copy fields for given _shape. When we create a new shape and want to use an existing field structure, CopyFields method makes all for us. See example.