Returns set of all analysis display styles elements in the given document.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static ICollection<ElementId> GetElements( Document document )
Parameters
- document Document
- Document from which analysis display style elements are retrieved.
Return Value
ICollection<ElementId>All analysis display style elements existing in the document.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |