IAttributeMaximum Method

Get Maximum of selected attribute enum.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double Maximum(
	FeatureAttributeEnum attributeEnum
)

Parameters

attributeEnum  FeatureAttributeEnum
The relevant feature attribute enum.

Return Value

Double
Return the value for maximum of the selected attribute or max value if no maximum is added.

See Also