RVTDocs.com

ExportDGNSettings.FindByName

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