User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.scaleastext

Table of Contents

IGIS_Viewer.ScaleAsText property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScaleAsText | Methods | Properties

Setting up and reading the scale factor as text in format '1:10000'.

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

Syntax

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

Value

Type
string
String

Remarks

Be sure to set up properly coordinate system.

2024/12/20 22:15

Page Tools