STK Graphics PrimitivesSend comments on this topic.
VideoRecording Property (IAgStkGraphicsCamera)
See Also
Windows





Windows & Linux

Description

Gets the camera video recorder.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VideoRecording() As IAgStkGraphicsCameraVideoRecording
[C#]
public IAgStkGraphicsCameraVideoRecording VideoRecording {get;}
[Managed C++]
public: __property IAgStkGraphicsCameraVideoRecording ^ get_VideoRecording();
[Unmanaged C++]
public: HRESULT get_VideoRecording(
    IAgStkGraphicsCameraVideoRecording ** ppRetVal
);
[Java]
public IAgStkGraphicsCameraVideoRecording getVideoRecording();
[Python - STK API ]
@property
def VideoRecording(self) -> "IAgStkGraphicsCameraVideoRecording":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.