En Mon, 11 Feb 2008 04:15:34 -0200, Alexandr N Zamaraev
<[EMAIL PROTECTED]> escribi�:
> I use Bentley MicroStation through Automation interface.
> But I do not known how translate some VBA code to Python.
Look for the book "Python programming for Win32", by Mark Hammond and Andy
Robinson. (Th
I use Bentley MicroStation through Automation interface.
But I do not known how translate some VBA code to Python.
For example ("Copy Element Example" from documentation):
'The following code starts the command
Sub RunCopyElement()
CommandState.StartLocate New clsCopyElementCommand
End Sub