API_ANNOTATION_MODIFY

This function will open the Annotation property window of the specified annotation, prompting the user for modifications.

API function name: api_annotation_modify(annotationID)
Parameters: annotationID <int> [required]
Return Type:

Promise

the PromiseResult will be true, if the operation has been initiated, otherwise false.

Programmer notes: This function will throw the Annotation Properties window for the user. For programmatically changing annotation, see the API_ANNOTATION_CHANGE function.
Code Example:

None