Click or drag to resize
SoPatternGetPattern Method (String, String, SbNativeByteArray)

Note: This API is now obsolete.

Use generic version of bytes argument instead.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void GetPattern(
	string category,
	string name,
	out SbNativeByteArray bytes
)

Parameters

category
Type: SystemString
name
Type: SystemString
bytes
Type: OIV.InventorSbNativeByteArray
See Also