IFCUserDefinedPropertySetCreate Method |
Create an IFC user-defined property set with default values.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static IFCUserDefinedPropertySet Create(
Document document,
string name
)
Public Shared Function Create (
document As Document,
name As String
) As IFCUserDefinedPropertySet
public:
static IFCUserDefinedPropertySet^ Create(
Document^ document,
String^ name
)
static member Create :
document : Document *
name : string -> IFCUserDefinedPropertySet 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
See Also