|
![]() |
Copies the SavedViewpoints from value and replaces the list of entries held
in Value.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub CopyFrom ( _ value As IEnumerable(Of SavedItem) _ ) |
C# |
---|
public void CopyFrom( IEnumerable<SavedItem> value ) |
Visual C++ |
---|
public: void CopyFrom( IEnumerable<SavedItem^>^ value ) |
Parameters
- value
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SavedItem>)>)>