Share

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.2.0.0 (26.2.0.0)

Syntax

C#

public enum 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

Reference

Was this information helpful?