Hello Developer teamWe have a CorelDRAW customer highlighting below issue with the API documentation.
***
The API documentation needs to be updated.From my code: Type pia_type = Type.GetTypeFromProgID("CorelDRAWPE.Application"); Application app = Activator.CreateInstance(pia_type) as Application; app.Visible = true; Document doc = app.ActiveDocument;
This line in attached file fails app.ActiveShape.Curve.PutCurveInfo(ce, ce.Length);According to the API documentation the 1st arguement is suppose to of the type CurveElement[] however the actually code says System Array ...at line 39 of the attached file
More clarifications on the issue:
any update on this please?