04-21-2016
07:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-21-2016
07:10 PM
View Rep Label in Drawing View Label
I would like to include the View Rep Name automatically in the Drawing View Label. Is this possible?
04-22-2016
11:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-22-2016
11:35 AM
oFaceView = oSheet.DrawingViews.AddBaseView(CType(oAssyDoc, _Document), oPlacementPt1, FaceViewScale, vieworient1, viewstyle1)
Dim sViewRepName As String = oFaceView.ActiveDesignViewRepresentation.ToString
oFaceView.Name = "Face View / " & sViewRepName
04-27-2016
02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-27-2016
02:12 PM
Hello and thanks for the reply which looks like some ilogic code. I don't have any experience with ilogic and so will need to do tutorials in order to use your solution. I initially just created a new rule and pasted the code into it but it resulted in errors. I will spend some more time on this when things get less hectic.
Cheers,