Click or drag to resize

RendererListAdd Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds an IMapRenderer to the end of the RendererList.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override int Add(
	Object value
)

Parameters

value
Type: SystemObject
The IMapRenderer to add to the list.

Return Value

Type: Int32
The index at which the renderer has been added.

Implements

IListAdd(Object)
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the value passed does not implement IMapRenderer.
See Also