Returns set of all analysis display styles elements in the given document.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference