ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / AnnotationFeature Class / SetLinkedFeatureID Method
The linked feature ID of this feature.

In This Topic
    SetLinkedFeatureID Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also