SoWinViewerSetDecimationPercentageCallback Method (SoWinViewerDecimationPercentageCB) |
Note: This API is now obsolete.
Use DecimationPercentageCallback property instead.
Register decimation percentage delegate
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use DecimationPercentageCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetDecimationPercentageCallback(
SoWinViewerDecimationPercentageCB cb
)
<ObsoleteAttribute("Use DecimationPercentageCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetDecimationPercentageCallback (
cb As SoWinViewerDecimationPercentageCB
)
public:
[ObsoleteAttribute(L"Use DecimationPercentageCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetDecimationPercentageCallback(
SoWinViewerDecimationPercentageCB^ cb
)
[<ObsoleteAttribute("Use DecimationPercentageCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetDecimationPercentageCallback :
cb : SoWinViewerDecimationPercentageCB -> unit
Parameters
- cb
- Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationPercentageCB
See Also