Description:

Undeletes a layer that has been deleted by DeleteLayer().

Syntax:
public bool Undelete(
int layerIndex
)
Parameters:
  • layerIndex
  • Type: int
  • zero based index of layer to undelete. This must be in the range 0 <= layerIndex < LayerTable.Count.
Returns:
Type: bool
True if successful.
Available since:
5.0

Nothing found