SoPatternAddPattern Method |
Adds a new pattern specified as an array of 128 bytes.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void AddPattern(
string category,
string name,
byte[] bytes
)
Public Shared Sub AddPattern (
category As String,
name As String,
bytes As Byte()
)
public:
static void AddPattern(
String^ category,
String^ name,
array<unsigned char>^ bytes
)
static member AddPattern :
category : string *
name : string *
bytes : byte[] -> unit
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