Set the category of the attribute.

syntaxSyntax:
DlxAttribute.SetCategory(name)

Parameters

Parameter Description
name Specify the category name.

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Remarks

For each attribute, the category to which it belongs must be indicated. The following categories are predefined: OBJECT, SHAPE, SPICE, DEVICE, PACKAGE.

Example

  Copy codeCopy code

See also