DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.MergeStructure_2 | Methods | Properties
Merges the field structure from another layer.
// C# public void MergeStructure_2( ITGIS_LayerVector _layer, WordBool _restrict, WordBool _useExportName );
' VisualBasic Public Sub MergeStructure_2( ByVal _layer As ITGIS_LayerVector, ByVal _restrict As WordBool, ByVal _useExportName As WordBool )
// Oxygene public procedure MergeStructure_2( _layer : ITGIS_LayerVector; _restrict : WordBool; _useExportName : 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 |
_useExportName | WordBool | if True, field ExportName will be used, otherwise NewName |
Use this method to import existing field structure from another layer.