Example #1
0
        private void CreateAnnotationImpl(CreateAnnotationCommand command)
        {
            AnnotationModel annotationModel = currentWorkspace.AddAnnotation(command.AnnotationText, command.ModelGuid);

            CurrentWorkspace.RecordCreatedModel(annotationModel);
        }