DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.MergeStructure | Methods | Properties
Merges the field structure from another layer.
// C# public void MergeStructure( ITGIS_LayerVector _layer, WordBool _restrict );
' VisualBasic Public Sub MergeStructure( ByVal _layer As ITGIS_LayerVector, ByVal _restrict As WordBool )
// Oxygene public procedure MergeStructure( _layer : ITGIS_LayerVector; _restrict : WordBool );
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerVector | layer to be imported |
_restrict | WordBool | 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.