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


IQueryBuilder.Layer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IQueryBuilder.Layer Property

Layer containing test geometries for query.

[Visual Basic .NET]
Public WriteOnly Property Layer
[C#]
public void Layer {set;}
[C++]
HRESULT put_Layer(
  ILayer* 
);
[C++]

Parameters [in]
is a parameter of type ILayer

Product Availability

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

See Also

IQueryBuilder Interface