User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.markshape_itgis_layerabstract_integer_integer_itgis_color_wordbool

Table of Contents

IGIS_Viewer3D.MarkShape method

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

Mark shape with color

Available also on: Python.

Syntax

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

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer contained shape
_shpid int
Integer
shape to be marked
_part int
Integer
shape part to be marked, -1 if entire shape
_color ITGIS_Color color used to mark shape
_update WordBool if True redraw scene after mark, do not redraw if False
2025/01/31 01:03

Page Tools