Description:

Restores a named layer state.

Syntax:
public Boolean Restore(
String name,
RestoreLayerProperties properties,
Guid viewportId
)
Parameters:
  • name
  • Type: System.String
  • The name of the layer state.
  • viewportId
  • Type: System.Guid
  • The id of the layout or detail viewport to restore the per-viewport layer properties.
Returns:
Type: Boolean
Available since:
6.14

Description:

Restores a named layer state.

Syntax:
public Boolean Restore(
String name,
RestoreLayerProperties properties
)
Parameters:
  • name
  • Type: System.String
  • The name of the layer state.
Returns:
Type: Boolean
True if successful, False otherwise.
Available since:
6.14

Nothing found