RendererListAdd Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override int Add(
Object value
)
Public Overrides Function Add (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The IMapRenderer to add to the list.
Return Value
Type:
Int32The index at which the renderer has been added.
Implements
IListAdd(Object)Exceptions See Also