IAttributeGetStandardAttribute(IObject, FeatureAttributeEnum) Method

Search for one attribute to create only one IAttributeElement or return null if it is not available.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IAttributeElement GetStandardAttribute(
	IObject Parent,
	FeatureAttributeEnum SearchedForFeatureAttribute
)

Parameters

Parent  IObject
IODBObject or ICMPObject
SearchedForFeatureAttribute  FeatureAttributeEnum
Only attributes with this enum are returend.

Return Value

IAttributeElement
The searched attribute or null.

See Also