Click or drag to resize
SoWinViewerSetDecimationPercentageCallback Method (SoWinViewerDecimationPercentageUserDataCB, Object)

Note: This API is now obsolete.

Use DecimationPercentageCallback property instead.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use DecimationPercentageCallback property instead.")]
public void SetDecimationPercentageCallback(
	SoWinViewerDecimationPercentageUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationPercentageUserDataCB
userData
Type: SystemObject
See Also