Click or drag to resize
SoPatternAddPattern Method

Adds a new pattern specified as an array of 128 bytes.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public static void AddPattern(
	string category,
	string name,
	byte[] bytes
)

Parameters

category
Type: SystemString
name
Type: SystemString
bytes
Type: SystemByte
Remarks

A category and a name are specified for this pattern. If the category and name are already in the list of patterns, the new pattern will not be added. If either the category or the name is an empty string, no pattern is added.

See Also