RVTDocs.com

PanelScheduleTemplate.CopyFrom

Method
Description:
Copies all values from other element to this object.
Syntax
public void CopyFrom(
	Document OtherADoc,
	PanelScheduleTemplate otherElem
)
Parameters
Parameter Type Description
OtherADoc Document The Document for the otherElem
otherElem PanelScheduleTemplate The element being copied from.
Return Value
Exceptions
Exception Condition
ArgumentException The given template otherElem has different type of this element.
ArgumentNullException A non-optional argument was null