GetBatchAttributes Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Returns the unattached attributes on the currently active block as an encoded string.

Usage

Block.GetBatchAttributes() As String

Arguments

None

Return Values

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).