|
|
Provides access to the BIM360 state of the application of which is hosting the API. Will be null
if the application doesn't have BIM360 state.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Shared ReadOnly Property Bim360 As IApplicationBim360 Get |
| C# |
|---|
public static IApplicationBim360 Bim360 { get; } |
| Visual C++ |
|---|
public: static property IApplicationBim360^ Bim360 { IApplicationBim360^ get (); } |