Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DISPLAY NAME OF REFERENCED HOLE ON HOLETABLE

0 REPLIES 0
Reply
Message 1 of 1
Kgokhankaya
216 Views, 0 Replies

DISPLAY NAME OF REFERENCED HOLE ON HOLETABLE

HELLO

I want to add column(holenames)

     i want to display hole names on holetable

i write code but  i can not display hole name this code tablo.HoleTableRows(1).HoleTag.Parent(1).ReferencedHole

have a any idea

or

can anyone explain how to use Referencedhole code

 

Dim sayfa As Inventor.Sheet = invdoc.ActiveSheet
        Dim tablo As Inventor.HoleTable = sayfa.HoleTables("DELIK TANIM TABLOSU")
        MsgBox(tablo.HoleTableRows(1).HoleTag.Parent.Item(2).Text)
        MsgBox(tablo.HoleTableRows(1).HoleTag.Parent(1).ReferencedHole)

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report