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


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

IAnnotationFeature2.LinkedFeatureID Property

Feature ID.

[Visual Basic .NET]
Public Property LinkedFeatureID As Integer
[C#]
public int LinkedFeatureID {get; set;}
[C++]
HRESULT get_LinkedFeatureID(
  long FID
);
[C++]
HRESULT put_LinkedFeatureID(
  System.Int32* FID
);
[C++]
Parameters
FID [in]

FID is a parameter of type long FID [out, retval]
FID is a parameter of type long*

Product Availability

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

See Also

IAnnotationFeature2 Interface