IFCUserDefinedPropertySetType Enumeration |
An enumerated type listing user-defined property set types.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic enum IFCUserDefinedPropertySetType
Public Enumeration IFCUserDefinedPropertySetType
public enum class IFCUserDefinedPropertySetType
type IFCUserDefinedPropertySetType
Members| Member name | Value | Description |
|---|
| IFCAttributeSet | 2 |
The property set is a IFC Attribute set.
|
| PropertySet | 0 |
The property set is a property set.
|
| QuantitySet | 1 |
The property set is a quantity set.
|
See Also