User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_3dflyover.cameraname

Table of Contents

TGIS_3DFlyOver.CameraName property

DK for .NET | TatukGIS.NDK.TGIS_3DFlyOver.CameraName | Constructors | Methods | Properties | Events

Access to the Name property of a camera.

Available also on: Delphi | ActiveX | Python.

Syntax

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

Parameters

Name Type Description
_idx int
Integer
index

Value

Type
string
String
2025/01/31 01:10

Page Tools