| Revit 2022.1 API |
| FabricationPart..::..ProductFinishDescription Property |
| FabricationPart Class See Also |
The product finish description of the fabrication part.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017
Syntax
| C# |
|---|
public string ProductFinishDescription { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ProductFinishDescription As String Get |
| Visual C++ |
|---|
public: property String^ ProductFinishDescription { String^ get (); } |