2027 Method
Changes 0
M

ExportDWGSettings.FindByName

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