User Tools

Site Tools


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

Table of Contents

TGIS_Layer.CS property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.CS | Constructors | Fields | Methods | Properties | Events

Coordinate System that is assigned to the layer. If set to nil, the Coordinate System will be turned off.

Available also on: Delphi | Java | ActiveX | 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

References

2022/11/16 01:31

Page Tools