Description:
Saves or updates a named layer state.
Syntax:
public Int32 Save(
String name,
Guid viewportId
)
String name,
Guid viewportId
)
Parameters:
- name
- Type: System.String
- The name of the layer state. If the named layer state already exists, it will be updated.
- viewportId
- Type: System.Guid
- The id of the layout or detail viewport, required to save per viewport layer state properties.
Returns:
Type: Int32
The index of the newly added, or updated, layer state.
Available since:
6.14
Description:
Saves or updates a named layer state.
Syntax:
public Int32 Save(
String name
)
String name
)
Parameters:
- name
- Type: System.String
- The name of the layer state. If the named layer state already exists, it will be updated.
Returns:
Type: Int32
The index of the newly added, or updated, layer state.
Available since:
6.14