Gets the MEP hidden line settings in the document.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static MEPHiddenLineSettings GetMEPHiddenLineSettings( Document doc )
Parameters
- doc Document
- The document where the settings element is found.
Return Value
MEPHiddenLineSettingsThe element which stores the MEP hidden line settings for the document.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |