User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shortestpath.compassblocks

Table of Contents

TGIS_ShortestPath.CompassBlocks property

DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.CompassBlocks | Constructors | Fields | Methods | Properties | Events

Compass divided to a number of blocks (4 by default). It will be used for computing courses like N, NE, E etc. If a value is negative, then the course will be absolute; or else the course will be computed based on a link (relative). Course will be a number ranging from negative to positive integers to reflect courses in the scope of -Pi..Pi

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public Integer CompassBlocks
{
  get {}
  set {}
}
' VisualBasic
Public Property CompassBlocks As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property CompassBlocks : Integer read read;

Value

Type
int
Integer
2022/11/30 19:27

Page Tools