Drawing Note box size

Drawing Note box size

bwang-tecoustics
Collaborator Collaborator
463 Views
4 Replies
Message 1 of 5

Drawing Note box size

bwang-tecoustics
Collaborator
Collaborator

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?

0 Likes
Accepted solutions (1)
464 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Accepted solution

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

0 Likes
Message 3 of 5

Anonymous
Not applicable

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
Collaborator
Collaborator

Perfect, this really helps. Thx.

0 Likes
Message 5 of 5

Anonymous
Not applicable

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

0 Likes