ColorSettingsGetComponentAreaParameters Method

returns IComponentAreaParameters for a given AreaType The color can be overriden for each component separately with IComponent::SetAreaColor()

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IComponentAreaParameters GetComponentAreaParameters(
	AreaType type
)

Parameters

type  AreaType
 

Return Value

IComponentAreaParameters

See Also