SoLinePatternElementSet Method (SoState, SoNode, UInt16) |
Calls Set(state, name_14743, pattern, 1).
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 name_14743,
ushort pattern
)
Public Shared Sub Set (
state As SoState,
name_14743 As SoNode,
pattern As UShort
)
public:
static void Set(
SoState^ state,
SoNode^ name_14743,
unsigned short pattern
)
static member Set :
state : SoState *
name_14743 : SoNode *
pattern : uint16 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_14743
- Type: OIV.Inventor.NodesSoNode
- pattern
- Type: SystemUInt16
Remarks See Also