RVTDocs.com

SSEPointVisibilitySettings.GetVisibility

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