Sets the ID of the third-party vendor that may access entities of this Schema under the
Vendor acess level, and to generally identify the owner of this Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public SchemaBuilder SetVendorId( string vendorId )
Parameters
- vendorId String
- The vendor id.
Return Value
SchemaBuilderThe SchemaBuilder object may be used to add more settings.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The vendorId is invalid. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The SchemaBuilder has already finished building the Schema. |