SoWinViewerFramesPerSecondCallback Property |
Registers frames per second callback.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoWinViewerFramePerSecondCB FramesPerSecondCallback { get; set; }
Public Property FramesPerSecondCallback As SoWinViewerFramePerSecondCB
Get
Set
public:
property SoWinViewerFramePerSecondCB^ FramesPerSecondCallback {
SoWinViewerFramePerSecondCB^ get ();
void set (SoWinViewerFramePerSecondCB^ value);
}
member FramesPerSecondCallback : SoWinViewerFramePerSecondCB with get, set
Property Value
Type:
SoWinViewerFramePerSecondCBRemarks See Also