User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.cs

Table of Contents

IGIS_Viewer.CS property

DK for ActiveX | TatukGIS_XDK11.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 | .NET | Java | Python.

Syntax

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

Value

Remarks

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

2025/01/31 01:03

Page Tools