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


IMapLayerInfo.IsFeatureLayer Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* IsFeatureLayer
);
[C++]

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

Product Availability

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

See Also

IMapLayerInfo Interface