| Revit 2019.2 API |
| ControlledApplication..::..Product Property |
| ControlledApplication Class See Also |
The product type for the current session of Revit.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public ProductType Product { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Product As ProductType Get |
| Visual C++ |
|---|
public: property ProductType Product { ProductType get (); } |