|
|
Occurs when the Application's BIM360 state been created. Bim360 will be non-null.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Shared Event Bim360Created As EventHandler(Of EventArgs) |
| C# |
|---|
public static event EventHandler<EventArgs> Bim360Created |
| Visual C++ |
|---|
public: static event EventHandler<EventArgs^>^ Bim360Created { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |