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


IQueryByLayer.FromLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryByLayer Interface > IQueryByLayer.FromLayer Property
ArcGIS Developer Help

IQueryByLayer.FromLayer Property

Provides access to the methods and properties of QueryByLayer.

[Visual Basic .NET]
Public WriteOnly Property FromLayer
[C#]
public void FromLayer {set;}
[C++]
HRESULT putref_FromLayer(
  IFeatureLayer* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureLayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IQueryByLayer Interface