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

Select object in 3D (as in 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 >= 0)

Result

Type Description
ITGIS_ShapeAbstract Shape itself or nil,
2025/01/31 01:03

Page Tools