Gets the MEP hidden line settings in the document.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static MEPHiddenLineSettings GetMEPHiddenLineSettings(
Document doc
)
Parameters
- doc Document
-
The document where the settings element is found.
Return Value
MEPHiddenLineSettings
The element which stores the MEP hidden line settings for the document.
Exceptions
See Also
Reference