DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.Locate | Methods | Properties
Select object in 3D (as in 2D mode)
Available also on: Python.
// 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;
| Name | Type | Description |
|---|---|---|
| _pt | ITPoint | screen coordinate |
| _prec | int Integer | precision in pixels (must be >= 0) |
| Type | Description |
|---|---|
| ITGIS_ShapeAbstract | Shape itself or nil, |