SoLinePatternElementGet Method |
Returns current line pattern from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
UInt16Remarks The current line pattern scale factor from the state is returned in factor.
See Also