User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.unmarkshape_itgis_layerabstract_integer_wordbool

Table of Contents

IGIS_Viewer3D.UnMarkShape method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.UnMarkShape | Methods | Properties

Cancel previously marked shape with color

Available also on: Python.

Syntax

// C#
public void UnMarkShape(
  ITGIS_LayerAbstract _layer,
  int _shpid,
  WordBool _update
);
' VisualBasic
Public Sub UnMarkShape(
  ByVal _layer As ITGIS_LayerAbstract,
  ByVal _shpid As Integer,
  ByVal _update As WordBool
)
// Oxygene
public
  procedure UnMarkShape(
    _layer : ITGIS_LayerAbstract;
    _shpid : Integer;
    _update : WordBool
  );

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer contained shape
_shpid int
Integer
shape to be unmarked
_update WordBool if True redraw scene after mark, do not redraw if False
2025/01/31 01:03

Page Tools