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


ILocationQueryHelper.GeometryBag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationQueryHelper Interface > ILocationQueryHelper.GeometryBag Property
ArcGIS Developer Help

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