DK11 for Java | tatukgis.jdk.TGIS_LayerVector.MergeStructure | Overloads | Constructors | Fields | Methods | Properties | Events
Merges the field structure from another layer.
// Java public void MergeStructure( TGIS_LayerVector _layer, bool _restrict );
// Oxygene public procedure MergeStructure( _layer : TGIS_LayerVector; _restrict : Boolean ); virtual;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerVector | layer to be imported |
_restrict | bool Boolean | 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.