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
// 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;
Type |
---|
int Integer |