bdeGetAnnotationInDiagram
Gets an annotation, annotationName, from a given diagram.
Syntax
annotation = bdeGetAnnotationInDiagram(diagram, annotationName)
Inputs
- diagram
- The diagram in which to get the annotation.
- annotationName
- The name of the annotation in the diagram.
Outputs
- annotation
- The annotation that is returned from the diagram.
Examples
diagram = bdeGetCurrentDiagram();
annotation = bdeGetAnnotationInDiagram(diagram, 'annotation1')
annotation = hwdcAnnotation