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


IMapLayerInfo.IsFeatureLayer Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapLayerInfo.IsFeatureLayer Property

Indicates if the layer is a feature layer.

[Visual Basic .NET]
Public ReadOnly Property IsFeatureLayer As Boolean
[C#]
public bool IsFeatureLayer {get;}
[C++]
HRESULT get_IsFeatureLayer(
  Boolean* IsFeatureLayer
);
[C++]

Parameters IsFeatureLayer [out, retval]
IsFeatureLayer is a parameter of type bool*

Product Availability

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

See Also

IMapLayerInfo Interface