Revit 2025.3 API
Vendor |
Constructs a new VendorIdAttribute.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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