Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can I ask how the ed.Command works?
I really need to create a cloud from a polyline object and the simplest way I can find is this:
ed.Command("_revcloud", "_arc", 2.0 / scale, 6.0 / scale, "_object", polyId, "_no")
Obviously sends a commands to the command line to convert it but I get an eInValidInput error.
Solved! Go to Solution.