The vendor code of the fabrication part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public string VendorCode { get; } |
| Visual Basic |
|---|
Public ReadOnly Property VendorCode As String
Get |
| Visual C++ |
|---|
public:
property String^ VendorCode {
String^ get ();
} |
See Also