M

ElectricalAnalyticalLoadSet.Create

Description:
Creates an electrical analytical load set.
public static ElectricalAnalyticalLoadSet Create(
	Document document,
	string name
)
  • document
    The document where the new element will be created.
  • String
    name
    The name of new electrical analytical load set. The actual name may be post-fixed if already exists.
Return Value ElectricalAnalyticalLoadSet The newly created electrical analytical loadset.