API_ANNOTATION_CREATE_UI

This function will open the Annotation Creation window for the specified annotation type.

API function name: api_annotation_create_ui(type)
Parameters: AnnotationType <int> [required]
Return Type: Void
Programmer notes: This function will require user interaction to create the specified annotation type. For programmatically creating an annotation, see the API_ANNOTATION_CREATE function.
Code Example:

None