ModelCompositeAnnotationDefinition.AddAnnotation Method
Parent Object: ModelCompositeAnnotationDefinitionDescription
Adds a new member to the model composite annotation.
Syntax
ModelCompositeAnnotationDefinition.AddAnnotation( ModelAnnotation As ModelAnnotation )Parameters
Name | Type | Description |
ModelAnnotation | ModelAnnotation | Input ModelAnnotation object that specifies the ModelAnnotation to be added to the ModelCompositeAnnotation. A valid ModelAnnotation to be added to this ModelCompositeAnnotation should be directly or indirectly attached to the base annotation of this ModelCompositeAnnotation. |