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





Windows & Linux

Description

Gets or sets the maximum number of frames used to determine frame rate. More frames means that the frame rate is averaged over a longer period of time and will fluctuate less than fewer frames would. The minimum value is 2.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumNumberOfFrames() As Integer
[C#]
public int MaximumNumberOfFrames {get; set;}
[Managed C++]
public: __property int get_MaximumNumberOfFrames();
public: __property void set_MaximumNumberOfFrames( int );
[Unmanaged C++]
public: HRESULT get_MaximumNumberOfFrames(
    int * pRetVal
);
public: HRESULT put_MaximumNumberOfFrames(
    int MaximumNumberOfFrames
);
[Java]
public Integer getMaximumNumberOfFrames();
public void setMaximumNumberOfFrames(
    Integer
);
[Python - STK API ]
@property
def MaximumNumberOfFrames(self) -> int:

@MaximumNumberOfFrames.setter
def MaximumNumberOfFrames(self, MaximumNumberOfFrames:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.