& Construction

Integrated BIM tools, including Revit, AutoCAD, and Civil 3D
& Manufacturing

Professional CAD/CAM tools built on Inventor and AutoCAD
Integrated BIM tools, including Revit, AutoCAD, and Civil 3D
Professional CAD/CAM tools built on Inventor and AutoCAD
Hello,
I'd like to know how can I get the value (A' in my example) in a iLogic String var.
I've a lot (about 10000) drawing with this symbol, and I'd like to get the value automatically with iLogic.
On the internet I found some codes examples for Sketcher symbols, but nothing for this "native" symbol...
Some symbols are NOT exposed in the API, meaning you cannot access them through iLogic.
A way to test this is to place a symbol, select it, run a macro module to grab that item, and then add a watch to the object so that you can see what object type it is pointing to.
Use the code below and see attached screencast for instructions on checking.
In this case, it does look like the surface symbols are exposed since it is shown as a surface texture type, and the child objects relate directly to what a surface texture symbol is (ie; allowances).
Knowing this, we can go search the API help to find the proper call to access the object.
Sub TestObj() Dim InvApp As Inventor.Application Set InvApp = ThisApplication Dim oDoc As Document Set oDoc = InvApp.ActiveDocument Dim oSS As SelectSet Set oSS = oDoc.SelectSet Set oDoc = Nothing Set oSS = Nothing Set InvApp = Nothing End Sub
How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved
Type a product name