User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.useanimations

Table of Contents

ITGIS_ViewerWnd.UseAnimations property

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

True if animation upon zooming are allowed.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

If system discovers that animation are to slow then it will disable it internally anyway.

2022/11/16 01:12

Page Tools