Share

PanelScheduleTemplate.CopyFrom Method

Copies all values from other element to this object.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void CopyFrom(
	Document OtherADoc,
	PanelScheduleTemplate otherElem
)

Parameters

OtherADoc  Document
The Document for the otherElem
otherElem  PanelScheduleTemplate
The element being copied from.

Exceptions

ExceptionCondition
ArgumentException The given template otherElem has different type of this element.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?