Click or drag to resize

RTreeInsertRange Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Insert new nodes into this RTRee.

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void InsertRange(
	IEnumerable<IRTreeItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableIRTreeItem
The new items to insert.
See Also