| SoLinePatternElementGet Method  | 
Returns current line pattern from the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static ushort Get(
	SoState state,
	out int factor
)
Public Shared Function Get ( 
	state As SoState,
	<OutAttribute> ByRef factor As Integer
) As UShort
public:
static unsigned short Get(
	SoState^ state, 
	[OutAttribute] int% factor
)
static member Get : 
        state : SoState * 
        factor : int byref -> uint16 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - factor
 - Type: SystemInt32
 
Return Value
Type: 
UInt16
RemarksThe current line pattern scale factor from the state is returned in factor. 
See Also