ProductType Enumeration

ProductType Enumeration

An enumerated type containing the possible Revit product types.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ProductType
Public Enumeration ProductType
public enum class ProductType
type ProductType
Members
Member nameValueDescription
Architecture0 Architecture.
LT4 LT.
MEP2 MEP.
Revit3 Revit.
Structure1 Structure.
Unknown5 Unknown.
See Also