IFCUser
|
Create an IFC user-defined property set with default values.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- document Document
- The document where created property set is saved.
- name String
- The name specified to this property set.
Return Value
IFCUserDefinedPropertySetThe new property set instance.
| Exception | Condition |
|---|---|
| ArgumentException | The name is empty or already exists. |
| ArgumentNullException | A non-optional argument was null |