Revit 2015 API |
MacroModule..::..GetMacro Method |
MacroModule Class See Also |
Gets the macro with the give name.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2014
Syntax
C# |
---|
public Macro GetMacro( string name ) |
Visual Basic |
---|
Public Function GetMacro ( _ name As String _ ) As Macro |
Visual C++ |
---|
public: Macro^ GetMacro( String^ name ) |
Parameters
- name
- Type: System..::..String
The macro name.
Return Value
The macro.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |