RTreeInsertRange Method | |
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
)
Public Sub InsertRange (
items As IEnumerable(Of IRTreeItem)
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableIRTreeItem
The new items to insert.
See Also