ProductType Enumeration
An enumerated type containing the possible Revit product types.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public enum ProductType
Visual Basic
Public Enumeration ProductType
Visual C++
public enum class ProductType

Members

Member nameDescription
Architecture Architecture.
Structure Structure.
MEP MEP.
Revit Revit.
LT LT.
Unknown Unknown.

See Also