PropertySetupType Enumeration

PropertySetupType Enumeration

An enumerated type listing the types of property sets stored in the template.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum PropertySetupType
Public Enumeration PropertySetupType
public enum class PropertySetupType
type PropertySetupType
Members
Member nameValueDescription
IfcBaseQuantities2 The base quantities.
IfcCommonPropertySets0 The IFC common property sets.
RevitElementParameters1 The Revit element parameters.
RevitMaterialParameters3 The Revit material parameters.
RevitSchedules4 The Revit schedules.
UserDefinedPropertySets5 The user-defined property sets.
See Also