Share

SSEPointVisibilitySettings.SetVisibility Method

Sets the SSE point visibility for the given category.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Parameters

document  Document
The document.
categoryId  ElementId
The category id.
isVisible  Boolean
The visibility of the given category. True means the SSE points are visible.

Exceptions

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

See Also

Reference

Was this information helpful?