SoWinViewerSetNumSamples Method |
Sets how many frames should be timed before frames per second delegateis called, default is 10.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetNumSamples(
int numFrames
)
Public Sub SetNumSamples (
numFrames As Integer
)
public:
void SetNumSamples(
int numFrames
)
member SetNumSamples :
numFrames : int -> unit
Parameters
- numFrames
- Type: SystemInt32
Remarks See Also