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


IQueryByLayer.FromLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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