STK Graphics PrimitivesSend comments on this topic.
FramesPerSecond Property (IAgStkGraphicsFrameRate)
See Also
Windows





Windows & Linux

Description

Gets the current frame rate in frames per second.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FramesPerSecond() As Double
[C#]
public double FramesPerSecond {get;}
[Managed C++]
public: __property double get_FramesPerSecond();
[Unmanaged C++]
public: HRESULT get_FramesPerSecond(
    double * pRetVal
);
[Java]
public double getFramesPerSecond();
[Python - STK API ]
@property
def FramesPerSecond(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.