ArcObjects Library Reference (Carto)  

IAnnotationClassExtension.LinkedFeatureClass Property

The feature class to which the annotation class is feature linked.

[Visual Basic .NET]
Public ReadOnly Property LinkedFeatureClass As IFeatureClass
[C#]
public IFeatureClass LinkedFeatureClass {get;}
[C++]
HRESULT get_LinkedFeatureClass(
  IFeatureClass** LinkedFeatureClass
);
[C++]

Parameters

LinkedFeatureClass [out, retval]

  LinkedFeatureClass is a parameter of type IFeatureClass

Product Availability

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

See Also

IAnnotationClassExtension Interface