STK Graphics PrimitivesSend comments on this topic.
FrameRate Property (IAgStkGraphicsSceneManagerInitializer)
See Also
Windows





Windows & Linux

Description

Gets the FrameRate class, which can be used to keep track of how fast Scenes are being rendered.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.