Click or drag to resize
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.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public static void GetPattern(
	string category,
	string name,
	out SbNativeArray<byte> bytes
)

Parameters

category
Type: SystemString
name
Type: SystemString
bytes
Type: OIV.Inventor.GenericSbNativeArrayByte
See Also