User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.reparent_igis_viewerparent

Table of Contents

IGIS_Viewer.ReParent method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.ReParent | Methods | Properties

Set a new parent for the viewer.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  function ReParent(
    const _parent : IGIS_ViewerParent
  ) : IGIS_ViewerParent;
// C++ Builder
public:
  IGIS_ViewerParent* ReParent(
    IGIS_ViewerParent* const _parent
  ) = 0;

Parameters

Name Type Description
_parent IGIS_ViewerParent new parent object

Result

Type Description
IGIS_ViewerParent Previous parent.

Remarks

Only for internal use of TatukGIS.

2022/11/16 01:17

Page Tools