| SoDecimationTypeElementSet Method (SoState, SoDecimationTypeElementTypes) | 
Sets the current decimation type 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,
	SoDecimationTypeElementTypes type
)
Public Shared Sub Set ( 
	state As SoState,
	type As SoDecimationTypeElementTypes
)
public:
static void Set(
	SoState^ state, 
	SoDecimationTypeElementTypes type
)
static member Set : 
        state : SoState * 
        type : SoDecimationTypeElementTypes -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - type
 - Type: OIV.Inventor.ElementsSoDecimationTypeElementTypes
 
Remarks
See Also