Click or drag to resize

LayerTable Methods

The LayerTable type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLayerByFullName
Get the layer with the specified name.
Public methodGetLayerByID
Get the layer with the specified ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCurrentLayerChanged
Raise CurrentLayerChanged event.
Protected methodOnLayerAdded
Raise the LayerAdded event.
Protected methodOnLayerChanged
Raise LayerChanged event.
Protected methodOnLayerDeleting
Raise the LayerDeleting event.
Protected methodOnLayerOrderChanged
Raise the LayerOrderChanged event.
Public methodRemove
Delete the specified layer.
Public methodRemoveByID
Delete the layer with the specified layer ID.
Public methodSetOtherHide
Set layers other than the specified layer as hidden layers.
Public methodSetOtherState
Set the state of layers other than the specified layer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also