SSEPoint |
Sets the SSE point visibility for the given category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

public static void SetVisibility(
Document document,
ElementId categoryId,
bool isVisible
)
Parameters

Exception | Condition |
---|---|
ArgumentException | The category is not valid for SSE. |
ArgumentNullException | A non-optional argument was null |
