Scope: Schematic editor
Object: Block Object
Prerequisites: None
Returns the unattached attributes on the currently active block as an encoded string.
Block.GetBatchAttributes() As String
None
As String. The string of attributes, specially formatted as follows:
Visibility Name=Value<CR>
(repeated for each attribute)Where Visibility is an integer represented by VdVisibilityFlag Enum and the <CR> here represents a carriage return character (ASCII 13).