Revit 2026 API
Vendor |
Constructs a new VendorIdAttribute.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public VendorIdAttribute( string vendorIdStr )
Public Sub New ( vendorIdStr As String )
public: VendorIdAttribute( String^ vendorIdStr )
new : vendorIdStr : string -> VendorIdAttribute
Parameters
- vendorIdStr String
See Also