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