ZoneEquipment.Create
Description:
Creates a new zone equipment
Creates a new zone equipment
Overloads (2):
Create(Document,AnalyticalSystemDomain,String)
public static ZoneEquipment Create(
Document document,
AnalyticalSystemDomain systemDomain,
string name
)
-
documentThe document where the new element will be created.
-
systemDomainThe system domain of zone equipment.
-
StringnameThe name of new zone equipment. The actual name may be post-fixed if already exists.
-
name cannot include prohibited characters. -or- name is an empty string.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration
-
The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements).
-
The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document is being loaded, or is in the midst of another sensitive process.
-
The document has no open transaction.