User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.drawselectedex_itgis_extent

Table of Contents

ITGIS_Layer.DrawSelectedEx method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.DrawSelectedEx | Methods | Properties

Draws only the selected item(s) on layer that are within a defined extent.

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

Syntax

// C#
public WordBool DrawSelectedEx(
  ITGIS_Extent _extent
);
' VisualBasic
Public Function DrawSelectedEx(
  ByVal _extent As ITGIS_Extent
) As WordBool
// Oxygene
public
  function DrawSelectedEx(
    _extent : ITGIS_Extent
  ) : WordBool;

Parameters

Name Type Description
_extent ITGIS_Extent extent to be drawn

Result

Type Description
WordBool True if draw was performed
2022/11/16 01:09

Page Tools