InternalAdd Method (MapLayersCollection)
In This Topic
Internal used only. Adds an existing item to the collection.
Syntax
'Declaration
Protected Sub InternalAdd( _
ByVal As MapLayer _
)
protected void InternalAdd(
MapLayer
)
Parameters
- item
- The item to add.
See Also