Provides access to members that control the annotation feature edit sketch constructor.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AddFeedbackPoint | Adds a point to the display feedback. | |
BeforeStoreAnnotation | Lets the constructor know the annotation is about to be stored. | |
CanFinish | Indicates if the annotation feature can be constructed given the number of points in the edit sketch. | |
CreateFeedback | The display feedback for the constructor. | |
Name | Name of the annotation constructor. | |
OnKeyDown | Called when a key is pressed. | |
OnKeyUp | Called when a key is pressed. | |
Shutdown | The constructor start event. | |
SketchGeometryType | The type of geometry used for the edit sketch constructor. | |
StartFeedback | Starts the display feedback for the annotation constructor. | |
Startup | The annotation editor extension. | |
StopFeedback | Stops the display feedback. | |
UpdateFeedback | Updates the display feedback with the current settings. |
CoClasses that implement IAnnotationConstructor
CoClasses and Classes | Description |
---|---|
CurvedAnnoConstructor | An annotation feature constructor for creating curved annotation. |
FollowFeatureAnnoConstructor | An annotation feature constructor for creating annotation that follow the feature. |
HorizontalAnnoConstructor | An annotation feature constructor for creating horizontal annotation. |
LeaderAnnoConstructor | An annotation feature constructor for creating leader annotation. |
StraightAnnoConstructor | An annotation feature constructor for creating straight annotation with an angle. |
Remarks
Annotation Constructors provide specialized behavior for creating new annotation features. All annotation constructors implement the IAnnotationConstructor interface and are registered in the ESRI Annotation Constructors component category.