Attribute link
Attribute link
(OP)
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?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Attribute link
RE: Attribute link
Regards,
Jenia Ladkov
RE: Attribute link
RE: Attribute link
RE: Attribute link
CODE --> vb6
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 = catMiddleCenterRegards,
Jenia Ladkov
RE: Attribute link