| SoPatternElementGetDefault Method  | 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void GetDefault(
	out string category,
	out string name,
	out SbNativeArray<byte> pattern
)
Public Shared Sub GetDefault ( 
	<OutAttribute> ByRef category As String,
	<OutAttribute> ByRef name As String,
	<OutAttribute> ByRef pattern As SbNativeArray(Of Byte)
)
public:
static void GetDefault(
	[OutAttribute] String^% category, 
	[OutAttribute] String^% name, 
	[OutAttribute] SbNativeArray<unsigned char>^% pattern
)
static member GetDefault : 
        category : string byref * 
        name : string byref * 
        pattern : SbNativeArray<byte> byref -> unit 
Parameters
- category
 - Type: SystemString
 - name
 - Type: SystemString
 - pattern
 - Type: OIV.Inventor.GenericSbNativeArrayByte
 
Remarks
See Also