DK11 for Delphi | GisLayerVector.TGIS_LayerVector.MergeStructure | Overloads | Constructors | Fields | Methods | Properties | Events
Merges the field structure from another layer.
// Delphi public procedure MergeStructure( const _layer : TGIS_LayerVector; const _restrict : Boolean ); overload; virtual;
// C++ Builder public: virtual void MergeStructure( TGIS_LayerVector* const _layer, const bool _restrict ) /* overload */;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerVector | layer to be imported |
_restrict | 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.