DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.CS | Constructors | Fields | Methods | Properties | Events
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 FMX | Java | ActiveX.
// 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 [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] property CS : TGIS_CSCoordinateSystem read read;