C

Macro

Description:
An individual Autodesk Revit Macro which can be executed.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Macros.Macro
public class Macro : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M Execute() None Executes the macro.
Name Return Type Description
P Description string The macro description.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MacroModule MacroModule The Macro module.
P Name string The macro name.