Gets the frame rate class, which can be used to keep track of how fast scenes are being rendered .
Read-only property
| [Visual Basic .NET] |
|---|
Public Property FrameRate() As IAgStkGraphicsFrameRate |
| [C#] |
|---|
public IAgStkGraphicsFrameRate FrameRate {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsFrameRate ^ get_FrameRate(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsFrameRate getFrameRate(); |
| [Python - STK API] |
|---|
@property def FrameRate(self) -> "IAgStkGraphicsFrameRate": |





