Description:

Conceptually, the layer table is an array of layers. The operator[] can be used to get individual layers. A layer is either active or deleted and this state is reported by Layer.IsDeleted.

Syntax:
public Layer this[int index]
Returns:
Type: Layer

Nothing found