Class PerspectiveCollection
- Inheritance
-
PerspectiveCollection
- Implements
- Inherited Members
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Collection class for Perspective. Provides convenient properties for setting a property on multiple objects at once.
C#public sealed class PerspectiveCollection : TabularObjectCollection<Perspective>, INotifyCollectionChanged, IReadOnlyList<Perspective>, IReadOnlyCollection<Perspective>, IEnumerable<Perspective>, IEnumerable
- Extension Methods
Properties
Count
The number of items in this collection.
C#public override int Count { get; }
Property Value
Type | Description |
---|---|
int |
Description
Sets the Description property of all objects in the collection at once.
C#public string Description { set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
C#public override IEnumerator<Perspective> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Perspective> |