SSEPointVisibilitySettings.SetVisibility
Method
Description:
Sets the SSE point visibility for the given category.
Sets the SSE point visibility for the given category.
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 |