DK11 for Java | tatukgis.jdk.TGIS_Shape.CopyFields | Constructors | Fields | Methods | Properties
Copy fields structure.
// Java public void CopyFields( TGIS_Shape _shape );
// Oxygene public procedure CopyFields( _shape : TGIS_Shape );
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.