Message 1 of 2

Not applicable
08-31-2012
12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dimblk1 = oblique
Dimblk2 = Closed filled
I'm trying to do so:
rotatedDimension.Dimblk1 = ConvertToLayer.GetArrowObjectId("Oblique");
But it does not work.
It only works if I do this:
rotatedDimension.Dimblk = ConvertToLayer.GetArrowObjectId("Oblique");
But I will not change everything.
Solved! Go to Solution.