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