VendorId Property
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 ();
}

See Also