FindAttribute Method (Net Object)

Scope: Schematic editor

Object: Net Object

Prerequisites: None

Locates the attribute specified by the passed argument.

Usage

Net.FindAttribute(ByVal AttributeName As String) As IVdAttr

Arguments

AttributeName

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

Return Values

As IVdAttr. The return type for this method. It is the Attribute Object if it is located, otherwise it is a NULL string.