RVTDocs.com

ElectricalLoadClassification.Create

Method
Description:
Creates a new instance of load classification and adds it to the document.
Syntax
public static ElectricalLoadClassification Create(
	Document ADoc,
	string strName
)
Parameters
Parameter Type Description
ADoc Document The document where the element will be created and added.
strName String The name of the electrical load classification to be created.
Return Value
Type Description
ElectricalLoadClassification The newly created load classification element.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null