DK11 for Java | tatukgis.jdk.TGIS_LayerVector.ImportStructure | Constructors | Fields | Methods | Properties | Events
Imports the field structure from another layer
// Java public void ImportStructure( TGIS_LayerVector _layer );
// Oxygene public procedure ImportStructure( _layer : TGIS_LayerVector ); virtual;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerVector | layer to be imported |
Use this method to import the existing field structure from another layer. To do this, simply create a new layer (or use existing layer), choose another layer to import from, and use ImportStructure method passing the chosen layer as a param.
Here is a simple procedure to import the field structure from another layer.