SoWinViewerDecimationPercentageCB Delegate |
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate void DecimationPercentageCB(
float percentage,
SoWinViewer viewer
)
Public Delegate Sub DecimationPercentageCB (
percentage As Single,
viewer As SoWinViewer
)
public delegate void DecimationPercentageCB(
float percentage,
SoWinViewer^ viewer
)
type DecimationPercentageCB =
delegate of
percentage : float32 *
viewer : SoWinViewer -> unit
Parameters
- percentage
- Type: SystemSingle
- viewer
- Type: OIV.Inventor.Win.ViewersSoWinViewer
Remarks See Also