|
|
The collection of SavedViewpoints stored in the Document
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Value As SavedItemCollection Get |
| C# |
|---|
public SavedItemCollection Value { get; } |
| Visual C++ |
|---|
public: property SavedItemCollection^ Value { SavedItemCollection^ get (); } |