IFCUserDefinedPropertyType Enumeration

An enumerated type listing user-defined property types

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public enum IFCUserDefinedPropertyType
Members
Member nameValueDescription
Bounded1 The property is a bounded value property.
List2 The property is a list value property.
Single0 The property is a single value property.
Table3 The property is a table value property.
See Also