| SoBlendElementSetBlending Method  | 
Enable or disable blending. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void SetBlending(
	SoState state,
	bool enabled
)
Public Shared Sub SetBlending ( 
	state As SoState,
	enabled As Boolean
)
public:
static void SetBlending(
	SoState^ state, 
	bool enabled
)
static member SetBlending : 
        state : SoState * 
        enabled : bool -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - enabled
 - Type: SystemBoolean
 
Remarks
See Also