2025 Method
Changes 0
M

View.IsElementVisibleInTemporaryViewMode

Description:
Identifies if the input element is visible for the temporary view mode for this view.
public bool IsElementVisibleInTemporaryViewMode(
	TemporaryViewMode mode,
	ElementId id
)
  • mode
    The temporary view mode. Only TemporaryHideIsolate and AnalyticalModel modes are supported by this option. Other modes will result in an exception.
  • id
    The element id.
Return Value Boolean True if the element is visible, false if the element is hidden in the view mode.