|
![]() |
Stores the collection of Models contained in a Document
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Class DocumentModels _ Implements IList(Of Model), ICollection(Of Model), _ IEnumerable(Of Model), IEnumerable |
C# |
---|
public class DocumentModels : IList<Model>, ICollection<Model>, IEnumerable<Model>, IEnumerable |
Visual C++ |
---|
public ref class DocumentModels : IList<Model^>, ICollection<Model^>, IEnumerable<Model^>, IEnumerable |
Remarks
Instance of this class is returned from Document.Models