| SoPatternElementSet Method  | 
Sets the current pattern attributes 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,
	SoNode node,
	string category,
	string name
)
Public Shared Sub Set ( 
	state As SoState,
	node As SoNode,
	category As String,
	name As String
)
public:
static void Set(
	SoState^ state, 
	SoNode^ node, 
	String^ category, 
	String^ name
)
static member Set : 
        state : SoState * 
        node : SoNode * 
        category : string * 
        name : string -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - node
 - Type: OIV.Inventor.NodesSoNode
 - category
 - Type: SystemString
 - name
 - Type: SystemString
 
Remarks
See Also