| 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.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FramesPerSecondCallback property instead.")]
public void SetFramesPerSecondCallback(
SoWinViewerFramePerSecondCB cb
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use FramesPerSecondCallback property instead.")>
Public Sub SetFramesPerSecondCallback (
cb As SoWinViewerFramePerSecondCB
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use FramesPerSecondCallback property instead.")]
void SetFramesPerSecondCallback(
SoWinViewerFramePerSecondCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use FramesPerSecondCallback property instead.")>]
member SetFramesPerSecondCallback :
cb : SoWinViewerFramePerSecondCB -> unit
Parameters
- cb
- Type: OIV.Inventor.Win.ViewersSoWinViewerFramePerSecondCB
See Also