SoWinViewerSetFramesPerSecondCallback Method (SoWinViewerFramePerSecondCB) |
Note: This API is now obsolete.
Use FramesPerSecondCallback property instead.
Register frame per second delegate
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use FramesPerSecondCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetFramesPerSecondCallback(
SoWinViewerFramePerSecondCB cb
)
<ObsoleteAttribute("Use FramesPerSecondCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetFramesPerSecondCallback (
cb As SoWinViewerFramePerSecondCB
)
public:
[ObsoleteAttribute(L"Use FramesPerSecondCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetFramesPerSecondCallback(
SoWinViewerFramePerSecondCB^ cb
)
[<ObsoleteAttribute("Use FramesPerSecondCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetFramesPerSecondCallback :
cb : SoWinViewerFramePerSecondCB -> unit
Parameters
- cb
- Type: OIV.Inventor.Win.ViewersSoWinViewerFramePerSecondCB
See Also