InterfaceCMPObjectGetSpecialAreaColor Method

Returns the set color for a given AreaType. Areas are only drawn, when activated in PCBI.Automation.DrawingParameters.IComponentParameters

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Color GetSpecialAreaColor(
	AreaType type
)

Parameters

type  AreaType
AreaType

Return Value

Color
Color

See Also