GetMacro Method


Gets the macro with the give name.

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

See Also