DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.StartPos | Constructors | Fields | Methods | Properties | Events
Set a start position for the shortest path.
// C# public void StartPos( TGIS_Point _ptg, double _prec );
' VisualBasic Public Sub StartPos( ByVal _ptg As TGIS_Point, ByVal _prec As Double )
// Oxygene public procedure StartPos( _ptg : TGIS_Point; _prec : Double );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | start position |
_prec | double Double | precision of localization |