aleksandar81
Mechanical
I'm trying to make attribute link in my drafting with model.When I make AL for example nomenclature in drafting, and change nomenclature in catpart,that change is not updated in drafting.Why?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set MyTextGetRevDate1 = MyDrawingViews.ActiveView.Texts.Add("" & Format(Date, "dd/MM/yyyy"), XLocDate, YLocDate)
MyTextGetRevDate1.Name = "RevisionBlock_Text_Date_" & Revision
MyTextGetRevDate1.SetFontSize 0, 0, 1.5
MyTextGetRevDate1.SetFontName 0, 0, "Century Gothic (TrueType)"
MyTextGetRevDate1.AnchorPosition = catMiddleCenter