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


IFeatureBookmark.FeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureBookmark.FeatureClass Property

Feature class.

[Visual Basic .NET]
Public Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get; set;}
[C++]
HRESULT get_FeatureClass(
  IFeatureClass** FeatureClass
);
[C++]
HRESULT put_FeatureClass(
  IFeatureClass* FeatureClass
);
[C++]

Parameters FeatureClass [out, retval]
FeatureClass is a parameter of type IFeatureClass FeatureClass [in]
FeatureClass is a parameter of type IFeatureClass

Product Availability

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

Description

FeatureClass is the IFeatureClass associated with the selected feature layer. The easiest way to get the selected layer is to use IMxDocument::Get_Selected layer. See example for further information.

See Also

IFeatureBookmark Interface