Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

@thanh.trantuan,

 

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