This document is archived and information here might be outdated.  Recommended version.


ILocationQueryHelper.GeometryBag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILocationQueryHelper.GeometryBag Property

The geometry bag into object used for location testing.

[Visual Basic .NET]
Public WriteOnly Property GeometryBag
[C#]
public void GeometryBag {set;}
[C++]
HRESULT put_GeometryBag(
  IGeometry* 
);
[C++]

Parameters [in]
is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ILocationQueryHelper Interface