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


IFeatureFindData2.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureFindData2 Interface > IFeatureFindData2.Layer Property
ArcGIS Developer Help

IFeatureFindData2.Layer Property

The layer.

[Visual Basic .NET]
Public Property Layer As ILayer
[C#]
public ILayer Layer {get; set;}
[C++]
HRESULT putref_Layer(
  ILayer* ppLayer
);
[C++]
Parameters
ppLayer [in]

ppLayer is a parameter of type ILayer*

Product Availability

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

See Also

IFeatureFindData2 Interface