An enumerated type containing the possible Revit product types.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration ProductType
public enum class ProductType
Members| Member name | Value | Description |
|---|
| Architecture | 0 | Architecture. |
| LT | 4 | LT. |
| MEP | 2 | MEP. |
| Revit | 3 | Revit. |
| Structure | 1 | Structure. |
| Unknown | 5 | Unknown. |
See Also