08-10-2023
11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-10-2023
11:05 AM
Wanting to add an image to an existing title block in a drawing set & defined the following:
Dim oTitleBlockDef As Inventor.TitleBlockDefinition oTitleBlockDef = oDrawDoc.TitleBlockDefinition
Ref: (oDrawDoc = ThisApplication.ActiveDocument)
Get the following run-time error when trying to run the iLogic routine:
Error on line 7 in rule: Insert Image 2, in document: xxxx.idw
Public member 'TitleBlockDefinition' on type '_DocumentClass' not found.
What is proper way to define the name of the existing Title Block to the code?
Thanks in advance...
Solved! Go to Solution.