FindAttribute Method (Pin Object)

Scope: Schematic editor

Object: Pin Object

Prerequisites: None

Finds an attribute on a pin.

Usage

Pin.FindAttribute(ByVal AttributeName As String) As IVdAttr

Arguments

AttributeName

The name of the attribute that is the target of the search.

Return Values

As IVdAttr. The return type for this method. The value is the Attribute Object, or NULL, if no attribute is found.