SoPatternElementSet Method |
Sets the current pattern attributes in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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