User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.locate_itpoint_integer

Table of Contents

IGIS_Viewer3D.Locate method

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

Selects an object in 3D, similarly to 2D mode.

Available also on: Python.

Syntax

// C#
public ITGIS_ShapeAbstract Locate(
  ITPoint _pt,
  int _prec
);
' VisualBasic
Public Function Locate(
  ByVal _pt As ITPoint,
  ByVal _prec As Integer
) As ITGIS_ShapeAbstract
// Oxygene
public
  function Locate(
    _pt : ITPoint;
    _prec : Integer
  ) : ITGIS_ShapeAbstract;

Parameters

Name Type Description
_pt ITPoint Screen coordinate.
_prec int
Integer
Precision in pixels; must be greater than or equal to 0.

Result

Type Description
ITGIS_ShapeAbstract Located shape, or nil if no shape is found.
2026/07/11 00:07

Page Tools