STK Graphics PrimitivesSend comments on this topic.
IsRecording Property (IAgStkGraphicsCameraVideoRecording)
See Also
Windows





Windows & Linux

Description

Gets if recording is occurring or not.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsRecording() As Boolean
[C#]
public bool IsRecording {get;}
[Managed C++]
public: __property bool get_IsRecording();
[Unmanaged C++]
public: HRESULT get_IsRecording(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsRecording();
[Python - STK API ]
@property
def IsRecording(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.