| SoTextureSendingEnabledElementSet Method  | 
Sets the current element value. 
 
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,
	bool flag
)
Public Shared Sub Set ( 
	state As SoState,
	flag As Boolean
)
public:
static void Set(
	SoState^ state, 
	bool flag
)
static member Set : 
        state : SoState * 
        flag : bool -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - flag
 - Type: SystemBoolean
 
Remarks
See Also