SoLinePatternElementSet Method (SoState, SoNode, UInt16) |
Calls Set(state, name_14734, pattern, 1).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode name_14734,
ushort pattern
)
Public Shared Sub Set (
state As SoState,
name_14734 As SoNode,
pattern As UShort
)
public:
static void Set(
SoState^ state,
SoNode^ name_14734,
unsigned short pattern
)
static member Set :
state : SoState *
name_14734 : SoNode *
pattern : uint16 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_14734
- Type: OIV.Inventor.NodesSoNode
- pattern
- Type: SystemUInt16
Remarks See Also