IFCUserDefinedPropertySetCreate Method

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)
Syntax
public static IFCUserDefinedPropertySet Create(
	Document document,
	string name
)

Parameters

document  Document
The document where created property set is saved.
name  String
The name specified to this property set.

Return Value

IFCUserDefinedPropertySet
The new property set instance.
Exceptions
ExceptionCondition
ArgumentException The name is empty or already exists.
ArgumentNullException A non-optional argument was null
See Also