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