User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.temporaryscaleinternal

Table of Contents

ITGIS_ViewerWnd.TemporaryScaleInternal property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.TemporaryScaleInternal | Methods | Properties

Used to force rendering in a different scale then actual.

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

Syntax

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

Value

Type
double
Double

Remarks

Only for internal use of TatukGIS

2022/11/16 01:12

Page Tools