[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Model3DViewCollection

Model3DViewCollection Class

Represents a collection of Model3DView objects.

Inheritance
PdfCollection<Model3DView>
Model3DViewCollection
Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
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

Constructors

Name Description
Model3DViewCollection()

Methods

Name Description
FindByName(string)

Finds and returns the first Model3DView in this collection whose Name equals the specified name, if Name is empty then UIName is used.

IndexByName(string)

Returns the zero-based index of the first Model3DView in this collection whose Name equals the specified name, if Name is empty then UIName is used.

Extension Methods