ExportDGNSettings.FindByName
Description:
Returns the pre-defined non-in-session exporting settings for DGN in the given document with the specified name.
Returns the pre-defined non-in-session exporting settings for DGN in the given document with the specified name.
public static ExportDGNSettings FindByName(
Document aDoc,
string name
)
-
aDocA Revit document to retrieve the specified pre-defined exporting settings for DGN.
-
StringnameThe name of the settings to retrieve.
Return Value
ExportDGNSettings
The pre-defined DGN exporting settings, or null if nothing found that has the corresponding name.
-
A non-optional argument was null