DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.Locate | Methods | Properties
Selects an object in 3D, similarly to 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 greater than or equal to 0. |
| Type | Description |
|---|---|
| ITGIS_ShapeAbstract | Located shape, or nil if no shape is found. |