Revit 2024 API |
Schema..::..VendorId Property |
Schema Class See Also |
The id of the third-party vendor that may access entities of this Schema under the
Vendor access level.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
C# |
---|
public string VendorId { get; } |
Visual Basic |
---|
Public ReadOnly Property VendorId As String Get |
Visual C++ |
---|
public: property String^ VendorId { String^ get (); } |