comtypes
comtypes copied to clipboard
how to pass a null parameter Autocad
Here is a vba example in autocad,
returnPnt = ThisDrawing.Utility.GetPoint(, "Enter a point: ")
the first parameter is optional. so how to pass the first parameter to the function via python comtypes?