<Code Lib>
M

SSEPointVisibilitySettings.SetVisibility

Description:
Sets the SSE point visibility for the given category.

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

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

Loading…