The product type for the current session of Revit.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public ProductType Product { get; } |
Visual Basic |
---|
Public ReadOnly Property Product As ProductType Get |
Visual C++ |
---|
public: property ProductType Product { ProductType get (); } |