|
![]() |
Occurs when the Application's BIM360 state is about to be destroyed. Bim360 will be set to
null after this event has been raised.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Shared Event Bim360Destroying As EventHandler(Of EventArgs) |
C# |
---|
public static event EventHandler<EventArgs> Bim360Destroying |
Visual C++ |
---|
public: static event EventHandler<EventArgs^>^ Bim360Destroying { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |