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++] |
---|
public: HRESULT get_FrameRate( IAgStkGraphicsFrameRate ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsFrameRate getFrameRate(); |
[Python - STK API ] |
---|
@property def FrameRate(self) -> "IAgStkGraphicsFrameRate": |