|
![]() |
Represents a view of a document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Class View _ Implements IDisposable |
C# |
---|
public class View : IDisposable |
Visual C++ |
---|
public ref class View : IDisposable |
Remarks
In Navisworks you can split the main window to get two different views of the same model, by this method using the API you would have access to two views (one of which can be accessible as Document.ActiveView) both referring to the same document.