Gets the SSE point visibility for the given category.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool GetVisibility(
Document document,
ElementId categoryId
)
Parameters
- document Document
-
The document.
- categoryId ElementId
-
The category id.
Return Value
Boolean
The visibility of the given category. True means the SSE points are visible.
Exceptions
See Also
Reference