Attributes Property (Component Object)

Scope: Schematic editor

Object: Component Object

Access: Read-Only

Prerequisites: None

Returns a collection of Attribute Objects representing the attributes attached to this component.

Usage

Component.Attributes

Arguments

None

Return Values

IVdObjs. A collection of the Attribute Objects associated with the component.

Description

Attributes are included in the collection whether visible or not. This collection includes only component attributes -- it doesn't include attributes that are only on the underlying symbol.

See Attribute Object for more information.