| SoDecimationPercentageElementSet Method (SoState, Single) | 
Sets the current decimation in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	float comp
)
Public Shared Sub Set ( 
	state As SoState,
	comp As Single
)
public:
static void Set(
	SoState^ state, 
	float comp
)
static member Set : 
        state : SoState * 
        comp : float32 -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - comp
 - Type: SystemSingle
 
Remarks
See Also