Message 1 of 2
AddMInsertBlock parameters are integer instead of double
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use the AddMInsertBlock function to add an array of blocks to a drawing. I got it working, however the row & column spacing is not using the values I specify in the parameters. So if I specify a spacing of 3.5, for example, the block spacing gets rounded to 4.0. Visual Studio IntelliSense shows that those parameters take integers, but online documentation shows it as doubles. See attached image.
Is this an error in the API? Anyone else have this problem or know a fix? Thanks...