ProductType Enumeration

An enumerated type containing the possible Revit product types.

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