ArcGIS Pro 2.9 API Reference Guide
SetLinkedFeatureID Method

ArcGIS.Core.Data.Mapping Namespace > AnnotationFeature Class : SetLinkedFeatureID Method
The linked feature ID of this feature.
Sets the linked feature id of this annotation feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetLinkedFeatureID( 
   object linkedFeatureID
)
Public Sub SetLinkedFeatureID( _
   ByVal linkedFeatureID As Object _
) 

Parameters

linkedFeatureID
The linked feature ID of this feature.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

AnnotationFeature Class
AnnotationFeature Members