User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.scaleasfloat

Table of Contents

ITGIS_Viewer.ScaleAsFloat property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.ScaleAsFloat | Methods | Properties

Setting up and reading the scale factor.

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

Syntax

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

Value

Type
double
Double

Remarks

Be sure to set up properly coordinate system.

2022/11/30 19:10

Page Tools