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