RTreeInsert Method (RTreeRect, Object) | |
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
)
Public Sub Insert (
rect As RTreeRect,
data As Object
)
Parameters
- rect
- Type: RTreeRect
RTreeRect. - data
- Type: SystemObject
Object to associate with rect.
See Also