Ð
Ðиколай Клиначёв
I use figure Visio for programming a mathematical kernel
of the simulating program (such as VisSim or Simulink).
http://www.vissim.nm.ru/simkernel.html
(for translation use a GB flag in a bottom of page).
I should supervise rules of creation of the block diagram.
How to correctly identify occurrence in figure of the
communication line?
Please correct my code:
Private Sub Document_ShapeAdded(ByVal Shape As Visio.IVShape)
If Shape.Name Like "Dynamic connector*" Then
' ... rules
End If
End Sub
--
Regards,
Nikolay Klinachyov
educator of Electrical engineering department
and Computer science department
South-Ural State University (Russia)
of the simulating program (such as VisSim or Simulink).
http://www.vissim.nm.ru/simkernel.html
(for translation use a GB flag in a bottom of page).
I should supervise rules of creation of the block diagram.
How to correctly identify occurrence in figure of the
communication line?
Please correct my code:
Private Sub Document_ShapeAdded(ByVal Shape As Visio.IVShape)
If Shape.Name Like "Dynamic connector*" Then
' ... rules
End If
End Sub
--
Regards,
Nikolay Klinachyov
educator of Electrical engineering department
and Computer science department
South-Ural State University (Russia)