[]
Represents a collection of Model3DView objects.
public class Model3DViewCollection : PdfCollection<Model3DView>, IList<Model3DView>, ICollection<Model3DView>, IReadOnlyList<Model3DView>, IReadOnlyCollection<Model3DView>, IEnumerable<Model3DView>, IPdfArray, IList, ICollection, IEnumerable
Public Class Model3DViewCollection
Inherits PdfCollection(Of Model3DView)
Implements IList(Of Model3DView), ICollection(Of Model3DView), IReadOnlyList(Of Model3DView), IReadOnlyCollection(Of Model3DView), IEnumerable(Of Model3DView), IPdfArray, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Model3DViewCollection() |
| Name | Description |
|---|---|
| FindByName(string) | Finds and returns the first Model3DView in this collection
whose Name equals the specified |
| IndexByName(string) | Returns the zero-based index of the first Model3DView in this collection
whose Name equals the specified |