Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: prakash.muthu

Hi @prakash.muthu.  I do not think it is possible for us (regular Inventor users) to define new events for the DrawingView Object.  Those Events are built into Inventor's API (application programming interface) for that object by Autodesk.  There is a block of code somewhere within their program files which creates the Class that is used to define these DrawingView objects.  Within that Class block of code is where all of its Methods (Sub & Function routines), Properties, & Events are defined/created.  Either Autodesk would have to update their Class block of code to define/create new Events for it, or we would have to create our own new Class block of code to represent our own version slightly different version of the DrawingView object, in which we define new Events for it.  But then you would have to know how to back-up those events, so they can be used, and you would have to define your DrawingView object as being one of your different Type of object, so you could access its Events.  It's pretty complicated.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)