PropertySelectionType Enumeration

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.0.4.0 (26.0.4.0)
Syntax
public enum PropertySelectionType
Public Enumeration PropertySelectionType
public enum class PropertySelectionType
type PropertySelectionType
Members
Member nameValueDescription
All0 All the properties.
Exporting1 The properties that are included in export.
NonExporting2 The properties that are not included in export.
See Also