Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Fantasy.Fan

Pages: 1 [2]
16
Hi All,

I want to update the Notes for a Diagram, but it doesn't work.  Here is part of my code:

 Dim eaEleDiag As EA.Diagram = m_Repository.GetDiagramByGuid(someDiagramId)
 eaEleDiag.Notes = “Some Notes"
 eaEleDiag.Update()


I tried many times, and I couldn't see that the Notes had been changed to new value when debugging, but after program exited, the notes on that diagram didn't change.
Which step did I miss?

Pages: 1 [2]