PropertySelectionType Enumeration
An enumerated type listing the types of properties to find in the template.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum PropertySelectionType
Members
Member name
Value
Description
All
0
All the properties.
Exporting
1
The properties that are included in export.
NonExporting
2
The properties that are not included in export.
See Also
Reference
Autodesk.Revit.DB Namespace