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: 

Drawing Note box size

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
bwang-tecoustics
335 Views, 4 Replies

Drawing Note box size

When you pick a drawing note on the sheet, it shows 8 green dots around the notes. Is there a way to get the size of this box from VB? Or where I can find the VB reference for drawing GeneralNote?

4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: bwang-tecoustics

Copy and pasted from the VBA API Help file.

 

DrawingNote.RangeBox Property

Parent Object: DrawingNote

Description

Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.

Syntax

DrawingNote.RangeBox() As Box2d

Version

Introduced in Inventor version 2010

Message 3 of 5
Anonymous
in reply to: bwang-tecoustics

Also from the VBA editor you can go to the view menu and choose object browser. From there you can right click and look up the help files for everything.

Message 4 of 5
bwang-tecoustics
in reply to: Anonymous

Perfect, this really helps. Thx.

Message 5 of 5
Anonymous
in reply to: bwang-tecoustics

No problem, glad to help! Thanks for the Kudos.

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report