|
|
A collection of ModelItems. Often used to represent an explicit selection
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Class ModelItemCollection _ Inherits NativeHandle _ Implements ICollection(Of ModelItem), IEnumerable(Of ModelItem), _ IEnumerable |
| C# |
|---|
public class ModelItemCollection : NativeHandle, ICollection<ModelItem>, IEnumerable<ModelItem>, IEnumerable |
| Visual C++ |
|---|
public ref class ModelItemCollection : public NativeHandle, ICollection<ModelItem^>, IEnumerable<ModelItem^>, IEnumerable |
Remarks
A collection of ModelItems. ModelItemCollections are often used to represent explicit selections. ModelItemCollection implements IEnumerable and ICollection.
Some uses for instances of ModelItemCollections include assigning the current selection and creating an explicit SelectionSet.
Inheritance Hierarchy
System..::..Object
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api..::..ModelItemCollection
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api..::..ModelItemCollection