User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.scaleasfloat

Table of Contents

IGIS_Viewer.ScaleAsFloat property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScaleAsFloat | Methods | Properties

Sets and gets 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 the coordinate system properly.

2026/08/30 01:37

Page Tools