roe
Structural
- Sep 3, 2004
- 9
I want to get Added properties from part to Title block.
I am using Macro. I do not know how i can link added properties from part to title block using macro
Example:
'How to fill in texts with data of the part/product linked with current sheet
DrwTexts.GetItem("TitleBlock_Text_Number_1").Text = ProductDrawn.PartNumber
DrwTexts.GetItem("TitleBlock_Text_Title").Text = ProductDrawn.Definition
This two row are OK but i do not know go on for added properties from part
I am using Macro. I do not know how i can link added properties from part to title block using macro
Example:
'How to fill in texts with data of the part/product linked with current sheet
DrwTexts.GetItem("TitleBlock_Text_Number_1").Text = ProductDrawn.PartNumber
DrwTexts.GetItem("TitleBlock_Text_Title").Text = ProductDrawn.Definition
This two row are OK but i do not know go on for added properties from part