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


IAnnotationClassExtension.LinkedFeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension Interface > IAnnotationClassExtension.LinkedFeatureClass Property
ArcGIS Developer Help

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