03-09-2020
03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-09-2020
03:22 AM
Try below code to change the label of drawing view.
Dim oSection As SectionDrawingView
Set oSection = oSheet.DrawingViews.AddSectionView(oView, oSketch, oPt, kFromBaseDrawingViewStyle)
oSection.Label.FormattedText = "<StyleOverride Bold='True' Underline='True' FontSize='0.8'>SECTION <DrawingViewName/>-<DrawingViewName/></StyleOverride><Br/>SCALE <DrawingViewScale/>"
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network
