This content has been marked as final.
Show 3 replies
-
Re: VBA - Determine if balloon is atttached to a Envelope Model in a Drawing
Nilesh Patel Aug 5, 2017 10:53 PM (in response to Cad Admin)Have you looked at IComponent2.IsEnvelope method?
-
Re: VBA - Determine if balloon is atttached to a Envelope Model in a Drawing
Cad Admin Aug 7, 2017 7:35 AM (in response to Nilesh Patel)Yes, I have looked at it but am having trouble because i am working in a drawing, getting part information through the balloon(note).
-
Re: VBA - Determine if balloon is atttached to a Envelope Model in a Drawing
Cad Admin Aug 7, 2017 1:52 PM (in response to Nilesh Patel)I have it now,
I hadn't noticed i was using Component instead of Component2...
-