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