RVTDocs.com

SSEPointVisibilitySettings.SetVisibility

Method
Description:
Sets the SSE point visibility for the given category.
Syntax
public static void SetVisibility(
	Document document,
	ElementId categoryId,
	bool isVisible
)
Parameters
Parameter Type Description
document Document The document.
categoryId ElementId The category id.
isVisible Boolean The visibility of the given category. True means the SSE points are visible.
Return Value
Exceptions
Exception Condition
ArgumentException The category is not valid for SSE.
ArgumentNullException A non-optional argument was null