User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.cs

Table of Contents

IGIS_Viewer.CS property

DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.CS | Methods | Properties

Coordinate System assigned to the viewer. If set to nil the Coordinate System will be turned off. Default is turned off.

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

Syntax

// C#
public TGIS_CSCoordinateSystem CS
{
  get {}
}
' VisualBasic
Public Property CS As TGIS_CSCoordinateSystem
  Get
  End Get
End Property
// Oxygene
public
  property CS : TGIS_CSCoordinateSystem read;

Value

Remarks

All layers must have proper coordinate system. Otherwise coordinate system will be turned-off.

2022/11/16 01:37

Page Tools