SoPatternGetPattern Method |
Retrieves a pattern bitmap (an array of 128 bytes) specified by its category and name.
the pattern data is read-only.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void GetPattern(
string category,
string name,
out SbNativeArray<byte> bytes
)
Public Shared Sub GetPattern (
category As String,
name As String,
<OutAttribute> ByRef bytes As SbNativeArray(Of Byte)
)
public:
static void GetPattern(
String^ category,
String^ name,
[OutAttribute] SbNativeArray<unsigned char>^% bytes
)
static member GetPattern :
category : string *
name : string *
bytes : SbNativeArray<byte> byref -> unit
Parameters
- category
- Type: SystemString
- name
- Type: SystemString
- bytes
- Type: OIV.Inventor.GenericSbNativeArrayByte
See Also