Returns the active pre-defined non-in-session exporting settings for DGN in the given document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ExportDGNSettings GetActivePredefinedSettings(
Document aDoc
)
Parameters
- aDoc Document
-
A Revit document to retrieve the active pre-defined exporting settings for DGN.
Return Value
ExportDGNSettings
The active pre-defined exporting settings for DGN, or null if nothing pre-defined exists or the in-session settings is selected.
Exceptions
See Also
Reference