Removes the first occurrence of a specific layer from the
LayerCollection.
'Declaration
Public Function Remove( _
ByVal As Layer _
) As System.Boolean
public System.bool Remove(
Layer
)
Parameters
- item
- The Layer to remove from the LayerCollection.
Return Value
true if was successfully removed from the
LayerCollection; otherwise, false. This method also returns false if is not found in the original
LayerCollection.