EndOpen eventOccurs when progeCAD completes opening a drawing. Note that BeginOpen occurs when the drawing is requested to be opened. Syntax object.EndOpen(DrawingName) Where: object is a valid Application object or Workspace object. DrawingName is a String representing the name of the drawing. Examples... |
|
|