| SoPatternElementGet Method  | 
Gets the current pattern attributes in the state pattern is NULL if no pattern has been set. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Get(
	SoState state,
	out string category,
	out string name,
	out SbNativeArray<byte> pattern
)
Public Shared Sub Get ( 
	state As SoState,
	<OutAttribute> ByRef category As String,
	<OutAttribute> ByRef name As String,
	<OutAttribute> ByRef pattern As SbNativeArray(Of Byte)
)
public:
static void Get(
	SoState^ state, 
	[OutAttribute] String^% category, 
	[OutAttribute] String^% name, 
	[OutAttribute] SbNativeArray<unsigned char>^% pattern
)
static member Get : 
        state : SoState * 
        category : string byref * 
        name : string byref * 
        pattern : SbNativeArray<byte> byref -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - category
 - Type: SystemString
 - name
 - Type: SystemString
 - pattern
 - Type: OIV.Inventor.GenericSbNativeArrayByte
 
Remarks
See Also