Macro
Description:
An individual Autodesk Revit Macro which can be executed.
An individual Autodesk Revit Macro which can be executed.
public class Macro : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Description | string | The macro description. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MacroModule | MacroModule | The Macro module. |
| Name | string | The macro name. |