Description:
Syntax:
public int FindNext(
int index,
string layerName,
bool ignoreDeletedLayers
)
deprecated in 6.0
obsolete: ignoreDeletedLayers is no longer supported for research by name. Use the overload with notFoundReturnValue
Returns:
Type: int
Available since:
5.0

Description:

Use FindName(name, index).

Syntax:
public Layer FindNext(
int index,
string layerName
)
Parameters:
  • index
  • Type: int
  • Do not use.
  • layerName
  • Type: string
  • Do not use.
Returns:
Type: Layer
Do not use.
Available since:
6.0

Nothing found