Gets the macro with the give name.

Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 21.0.0.0 (21.1.1.109)
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

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was NULL

See Also