IAttributeDeleteLayerAttribute(String, IStep, String) Method

Delete Layer Attribute for specific layer in one step.

Definition

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

Parameters

LayerName  String
Specific layer to find the layer attribute.
Step  IStep
Specific step to find the layer to remove the layer attribute.
LayerAttribute  String
Specific layer attribute.

Return Value

Boolean
True if the attribute is found and was removed.

See Also