IAttributeGetDisplayName Method

The ODB++ conform display name of the attribute. Special Feature Attributes need the parent to load the look up table of special display names.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string GetDisplayName(
	IPCBIWindow Parent,
	FeatureAttributeEnum AttributeEnum
)

Parameters

Parent  IPCBIWindow
 
AttributeEnum  FeatureAttributeEnum
 

Return Value

String

See Also