SoWinViewerSetDecimationPercentageCallback Method (SoWinViewerDecimationPercentageUserDataCB, Object) |
Note: This API is now obsolete.
Use DecimationPercentageCallback property instead.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use DecimationPercentageCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetDecimationPercentageCallback(
SoWinViewerDecimationPercentageUserDataCB cb,
Object userData
)
<ObsoleteAttribute("Use DecimationPercentageCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetDecimationPercentageCallback (
cb As SoWinViewerDecimationPercentageUserDataCB,
userData As Object
)
public:
[ObsoleteAttribute(L"Use DecimationPercentageCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetDecimationPercentageCallback(
SoWinViewerDecimationPercentageUserDataCB^ cb,
Object^ userData
)
[<ObsoleteAttribute("Use DecimationPercentageCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetDecimationPercentageCallback :
cb : SoWinViewerDecimationPercentageUserDataCB *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationPercentageUserDataCB
- userData
- Type: SystemObject
See Also