|
|
Gets a ReadOnlyCollection object
containing the current list of Views of the Document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Views As ReadOnlyCollection(Of View) Get |
| C# |
|---|
public ReadOnlyCollection<View> Views { get; } |
| Visual C++ |
|---|
public: property ReadOnlyCollection<View^>^ Views { ReadOnlyCollection<View^>^ get (); } |