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


IAnnotationEditExtension.LinkedFeatureID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationEditExtension Interface > IAnnotationEditExtension.LinkedFeatureID Property
ArcGIS Developer Help

IAnnotationEditExtension.LinkedFeatureID Property

The linked feature id for the newly created annotation feature.

[Visual Basic .NET]
Public Property LinkedFeatureID As Integer
[C#]
public int LinkedFeatureID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property allows you to set the FeatureID value for newly-constructed annotation.  The value determines the feature in the origin class it is linked to if the annotation feature class is feature-linked. 

See Also

IAnnotationEditExtension Interface