| Revit 2021.1 API |
| FabricationPart..::..ProductCode Property |
| FabricationPart Class See Also |
The current database id of the part within the fabrication database.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
| C# |
|---|
public string ProductCode { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ProductCode As String Get |
| Visual C++ |
|---|
public: property String^ ProductCode { String^ get (); } |