Message 1 of 3
Modify Section and Callout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to modify the rectangular box - scopeBox of a section and also callout. Using the below code I was able to modify "Far Clip Offset" of Section. (marked in yellow)
Parameter vFarclip = currentView.get_Parameter(BuiltInParameter.VIEWER_BOUND_OFFSET_FAR); vFarclip.SetValueString("2500");
Please find the image.
But the other 2 edges Right side and Left side (marked in Red), I was not able to access.
Same for the callout.
Can anybody guide on how to access these properties for Callout and Section .
Thanks