Class GeomCollection

GeomCollection class

Geom collection.

public class GeomCollection : Collection<Geom>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
Add(Geom)Add the Geom object in the collection.
BinarySearch(Geom)
BinarySearch(Geom, IComparer<Geom>)
BinarySearch(int, int, Geom, IComparer<Geom>)
Clear()
Contains(Geom)
CopyTo(Geom[])
CopyTo(Geom[], int)
CopyTo(int, Geom[], int, int)
Exists(Predicate<Geom>)
Find(Predicate<Geom>)
FindAll(Predicate<Geom>)
FindIndex(Predicate<Geom>)
FindIndex(int, Predicate<Geom>)
FindIndex(int, int, Predicate<Geom>)
FindLast(Predicate<Geom>)
FindLastIndex(Predicate<Geom>)
FindLastIndex(int, Predicate<Geom>)
FindLastIndex(int, int, Predicate<Geom>)
GetEnumerator()
IndexOf(Geom)
IndexOf(Geom, int)
IndexOf(Geom, int, int)
LastIndexOf(Geom)
LastIndexOf(Geom, int)
LastIndexOf(Geom, int, int)
Remove(Geom)Remove the Geom object from the collection.
RemoveAt(int)

See Also