IAttributeSetAttribute(IAttributeElement, INet) Method

Add or override the attribute for the parent net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool SetAttribute(
	IAttributeElement Attribute,
	INet Parent
)

Parameters

Attribute  IAttributeElement
The new attribute to add or override.
Parent  INet
The parent net.

Return Value

Boolean
True if the attribute is added.

See Also