DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.getShapePos | Constructors | Fields | Methods | Properties | Events
Get shape using bisection.
// C# protected virtual bool getShapePos( long _uid, ref int _ipos );
' VisualBasic Protected Overridable Function getShapePos( ByVal _uid As Long, ByRef _ipos As Integer ) As Boolean
// Oxygene protected function getShapePos( _uid : TGIS_Uid; var _ipos : Integer ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_uid | long TGIS_Uid | identifier /same as current record for SHP file/ |
_ipos | int Integer | position of the located element or position in which to insert |
Type | Description |
---|---|
bool Boolean | True if shape was found. |