| Revit 2020 API |
| ExportDWGSettings..::..FindByName Method |
| ExportDWGSettings Class See Also |
Returns the pre-defined non-in-session exporting settings for DWG in the given document with the specified name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
| C# |
|---|
public static ExportDWGSettings FindByName( Document aDoc, string name ) |
| Visual Basic |
|---|
Public Shared Function FindByName ( _ aDoc As Document, _ name As String _ ) As ExportDWGSettings |
| Visual C++ |
|---|
public: static ExportDWGSettings^ FindByName( Document^ aDoc, String^ name ) |
Parameters
- aDoc
- Type: Autodesk.Revit.DB..::..Document
A Revit document to retrieve the specified pre-defined exporting settings for DWG.
- name
- Type: System..::..String
The name of the settings to retrieve.
Return Value
The pre-defined DWG exporting settings, or null if nothing found that has the corresponding name.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |