Revit 2015 API |
ModuleSettings Constructor |
ModuleSettings Class See Also |
Constructs a new module settings.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2014
Syntax
C# |
---|
public ModuleSettings( string name, MacroLanguageType macroLanguageType ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ macroLanguageType As MacroLanguageType _ ) |
Visual C++ |
---|
public: ModuleSettings( String^ name, MacroLanguageType macroLanguageType ) |
Parameters
- name
- Type: System..::..String
The module name.
- macroLanguageType
- Type: Autodesk.Revit.DB.Macros..::..MacroLanguageType
The Macro language type.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |