2020 Members
Changes 4
M

MacroModule

Name Return Type Description Inherited From
M AddMacro(String, String, String) The new macro. Adds a macro to the module.
M Dispose() None Releases all resources used by the MacroModule
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetEnumerator() IEnumerator<Macro> Returns an enumerator that iterates through a collection.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetMacro(String) The macro. Gets the macro with the give name.
M GetMacroModuleIterator() MacroModuleIterator Returns a Macro module iterator that iterates through the collection.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M RemoveMacro(Macro) None Removes a macro from the module.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P Description string The module description.
P Environment MacroEnvironment The Macro environment.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MacroLanguageType MacroLanguageType The Macro language type.
P MacroLevel MacroLevel The Macro level.
P MacroManager MacroManager The Macro manager.
P ModuleStatus ModuleStatus The module status.
P Name string The name of the module.