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