Provides access to members that control an annotation feature.
Members
| Name | Description | |
|---|---|---|
![]() |
AnnotationClassID | Label Class ID. |
![]() |
AnnotationJSON | The JSON representing the annotation graphic for the feature. |
![]() |
GraphicOutline | The geometry outline of the annotation. |
![]() |
LinkedFeatureID | Feature ID. |
IMEAnnotationFeatureBridge.AnnotationClassID Property
Label Class ID.
Public Property AnnotationClassID As Integer
public int AnnotationClassID {get; set;}
IMEAnnotationFeatureBridge.AnnotationJSON Property
The JSON representing the annotation graphic for the feature.
Public Property AnnotationJSON As String
public string AnnotationJSON {get; set;}
IMEAnnotationFeatureBridge.GraphicOutline Property
The geometry outline of the annotation.
Public ReadOnly Property GraphicOutline As IGeometry
public IGeometry GraphicOutline {get;}
IMEAnnotationFeatureBridge.LinkedFeatureID Property
Feature ID.
Public Property LinkedFeatureID As Object
public object LinkedFeatureID {get; set;}
Classes that implement IMEAnnotationFeatureBridge
| Classes | Description |
|---|---|
| MEAnnotationFeature | Esri Annotation Feature. |

