PropertySelectionType Enumeration |
An enumerated type listing the types of properties to find in the template.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum PropertySelectionType
Public Enumeration PropertySelectionType
public enum class PropertySelectionType
type PropertySelectionType
MembersMember 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