User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.mergestructure_itgis_layervector_wordbool

Table of Contents

ITGIS_LayerVector.MergeStructure method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.MergeStructure | Methods | Properties

Merges the field structure from another layer.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

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

Remarks

Use this method to import existing field structure from another layer.

2022/11/16 01:10

Page Tools