Scope: Schematic editor
Object: Component Object
Prerequisites: None
Returns all attributes on the component as an encoded string.
Component.GetBatchAttributes() As String
None
As String. An encoded string containing the attributes and their values.
The string returned is specially formatted as shown below.
Visibility Name=Value<CR>
(repeated for each attribute)Where Visibility is an integer represented by VdVisibilityFlag Enum and the <CR> represents a carriage return character (ASCII 13).