LayerTable Properties |
The LayerTable type exposes the following members.
Name | Description | |
---|---|---|
ActiveCount |
Returns number of layers in the layer table, excluding deleted layers.
| |
ComponentType | (Overrides CommonComponentTableTComponentType.) | |
Count |
Returns number of layers in the layer table, including deleted layers.
(Overrides CommonComponentTableTCount.) | |
CurrentLayer |
At all times, there is a "current" layer. Unless otherwise specified,
new objects are assigned to the current layer. The current layer is
never locked, hidden, or deleted.
Returns reference to the current layer. Note that this reference may
become invalid after a call to AddLayer().
| |
CurrentLayerIndex |
At all times, there is a "current" layer. Unless otherwise specified, new objects
are assigned to the current layer. The current layer is never locked, hidden, or deleted.
Returns: Zero based layer table index of the current layer.
| |
Document | Document that owns this table. | |
Item |
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.
|