| Revit 2017 API |
| AddInIdAttribute Constructor |
| AddInIdAttribute Class See Also |
Constructs a new AddInIdAttribute.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2011
Syntax
| C# |
|---|
public AddInIdAttribute( string addInIdStr ) |
| Visual Basic |
|---|
Public Sub New ( _ addInIdStr As String _ ) |
| Visual C++ |
|---|
public: AddInIdAttribute( String^ addInIdStr ) |
Parameters
- addInIdStr
- Type: System..::..String