Click or drag to resize

RTreeInsert Method (RTreeRect, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Insert a new RTreeRect with an associated object into this RTree.

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Insert(
	RTreeRect rect,
	Object data
)

Parameters

rect
Type: RTreeRect
RTreeRect.
data
Type: SystemObject
Object to associate with rect.
See Also