IAttributeElementClone Method

Clone the attribute element and set the value and type.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IAttributeElement Clone()

Return Value

IAttributeElement
A new instance of IAttributeElement with same type and value than the original.

See Also