Skip to content

Provides access to members that control an annotation feature.

Members

Name Description
Read/write property AnnotationClassID Label Class ID.
Read/write property AnnotationJSON The JSON representing the annotation graphic for the feature.
Read-only property GraphicOutline The geometry outline of the annotation.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.