User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_controlscale.unitsepsg

Table of Contents

ITGIS_ControlScale.UnitsEPSG property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlScale.UnitsEPSG | Methods | Properties

Units EPSG code for scale output. If set to 0 then automatic Matric or Imperial system will be used based on location.

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

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

Value

Type
int
Integer
2022/11/16 01:08

Page Tools