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


IAnnotationClassExtension.LinkedFeatureClass Property (ArcObjects .NET 10.5 SDK)
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