GetBatchAttributes Method (Component Object)

Scope: Schematic editor

Object: Component Object

Prerequisites: None

Returns all attributes on the component as an encoded string.

Usage

Component.GetBatchAttributes() As String

Arguments

None

Return Values

As String. An encoded string containing the attributes and their values.

Description

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