Share

ModuleSettings Constructor

Constructs a new module settings.


Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ModuleSettings(
	string name,
	MacroLanguageType macroLanguageType
)

Parameters

name  String
The module name.
macroLanguageType  MacroLanguageType
The Macro language type.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?