User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.attachlayer_itgis_layerabstract

Table of Contents

IGIS_Viewer.AttachLayer method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.AttachLayer | Methods | Properties

Attach layer to the viewer by re-parenting.

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

Syntax

// C#
public IGIS_Viewer AttachLayer(
  ITGIS_LayerAbstract _layer
);
' VisualBasic
Public Function AttachLayer(
  ByVal _layer As ITGIS_LayerAbstract
) As IGIS_Viewer
// Oxygene
public
  function AttachLayer(
    _layer : ITGIS_LayerAbstract
  ) : IGIS_Viewer;

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer to be attached

Result

Type Description
IGIS_Viewer Previous parent.

Remarks

Only for internal use of TatukGIS.

2025/01/31 01:03

Page Tools