User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_3dflyover.cameraactive

Table of Contents

ITGIS_3DFlyOver.CameraActive property

DK for ActiveX | TatukGIS_XDK11.ITGIS_3DFlyOver.CameraActive | Methods | Properties

Access to the Active property of a camera.

Available also on: Delphi | .NET | Python.

Syntax

// C#
public Boolean CameraActive[_idx int]
{
  get {}
  set {}
}
' VisualBasic
Public Property CameraActive(ByVal  _idx As Integer] As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property CameraActive[ _idx : Integer ] : Boolean read read;

Parameters

Name Type Description
_idx int
Integer
index

Value

Type
bool
Boolean
2025/01/31 01:03

Page Tools