IAttributeAddOrSetLayerAttribute Method

Add or overwrite layer attribute.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool AddOrSetLayerAttribute(
	string LayerName,
	IStep Step,
	IAttributeElement LayerAttribute
)

Parameters

LayerName  String
The relevant layer to add the layer attribute.
Step  IStep
Relevant step for the layer.
LayerAttribute  IAttributeElement
The layer attribute object with value.

Return Value

Boolean
False if the attribute cannot be added.

See Also