IAttributeGetStandardAttribute(IPackageSpecificsD, FeatureAttributeEnum) Method

Get standard attributes of a package definition.

Definition

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

Parameters

Parent  IPackageSpecificsD
The relevant package definition.
SearchedForFeatureAttribute  FeatureAttributeEnum
Searched stadard attribute.

Return Value

IAttributeElement
The searched attribute or null.

See Also