2027 Method
Changes 0
M

ElectricalLoadClassification.Create

Description:
Creates a new instance of load classification and adds it to the document.
public static ElectricalLoadClassification Create(
	Document ADoc,
	string strName
)
  • ADoc
    The document where the element will be created and added.
  • String
    strName
    The name of the electrical load classification to be created.
Return Value ElectricalLoadClassification The newly created load classification element.