DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.MergeStructure | Overloads | Constructors | Fields | Methods | Properties | Events
Merges the field structure from another layer.
// C# public virtual void MergeStructure( TGIS_LayerVector _layer, bool _restrict, bool _useExportName );
' VisualBasic Public Overridable Sub MergeStructure( ByVal _layer As TGIS_LayerVector, ByVal _restrict As Boolean, ByVal _useExportName As Boolean )
// Oxygene public procedure MergeStructure( _layer : TGIS_LayerVector; _restrict : Boolean; _useExportName : 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 |
_useExportName | bool Boolean | if True, field ExportName will be used, otherwise NewName |
Use this method to import existing field structure from another layer.