| SoLinePatternElementSet Method (SoState, UInt16, Int32) | 
Sets the current line pattern in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static void Set(
	SoState state,
	ushort pattern,
	int factor
)
Public Shared Sub Set ( 
	state As SoState,
	pattern As UShort,
	factor As Integer
)
public:
static void Set(
	SoState^ state, 
	unsigned short pattern, 
	int factor
)
static member Set : 
        state : SoState * 
        pattern : uint16 * 
        factor : int -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - pattern
 - Type: SystemUInt16
 - factor
 - Type: SystemInt32
 
Remarks
See Also