SlopeInterceptCollection Class

Collection of SlopeInterceptItem Items.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class SlopeInterceptCollection : List<SlopeInterceptItem>
Inheritance
Object    ListSlopeInterceptItem    SlopeInterceptCollection

Constructors

SlopeInterceptCollectionInitializes a new instance of the SlopeInterceptCollection class

Properties

Methods

Add
(Inherited from ListSlopeInterceptItem)
AddRange
(Inherited from ListSlopeInterceptItem)
AsReadOnly
(Inherited from ListSlopeInterceptItem)
BinarySearch(T)
(Inherited from ListSlopeInterceptItem)
BinarySearch(T, IComparerT)
(Inherited from ListSlopeInterceptItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListSlopeInterceptItem)
Clear
(Inherited from ListSlopeInterceptItem)
Contains
(Inherited from ListSlopeInterceptItem)
ConvertAllTOutput
(Inherited from ListSlopeInterceptItem)
CopyTo(T)
(Inherited from ListSlopeInterceptItem)
CopyTo(T, Int32)
(Inherited from ListSlopeInterceptItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListSlopeInterceptItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListSlopeInterceptItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListSlopeInterceptItem)
FindAll
(Inherited from ListSlopeInterceptItem)
FindIndex(PredicateT)
(Inherited from ListSlopeInterceptItem)
FindIndex(Int32, PredicateT)
(Inherited from ListSlopeInterceptItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListSlopeInterceptItem)
FindLast
(Inherited from ListSlopeInterceptItem)
FindLastIndex(PredicateT)
(Inherited from ListSlopeInterceptItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListSlopeInterceptItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListSlopeInterceptItem)
ForEach
(Inherited from ListSlopeInterceptItem)
GetEnumerator
(Inherited from ListSlopeInterceptItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListSlopeInterceptItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListSlopeInterceptItem)
IndexOf(T, Int32)
(Inherited from ListSlopeInterceptItem)
IndexOf(T, Int32, Int32)
(Inherited from ListSlopeInterceptItem)
Insert
(Inherited from ListSlopeInterceptItem)
InsertRange
(Inherited from ListSlopeInterceptItem)
LastIndexOf(T)
(Inherited from ListSlopeInterceptItem)
LastIndexOf(T, Int32)
(Inherited from ListSlopeInterceptItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListSlopeInterceptItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListSlopeInterceptItem)
RemoveAll
(Inherited from ListSlopeInterceptItem)
RemoveAt
(Inherited from ListSlopeInterceptItem)
RemoveRange
(Inherited from ListSlopeInterceptItem)
Reverse
(Inherited from ListSlopeInterceptItem)
Reverse(Int32, Int32)
(Inherited from ListSlopeInterceptItem)
Sort
(Inherited from ListSlopeInterceptItem)
Sort(ComparisonT)
(Inherited from ListSlopeInterceptItem)
Sort(IComparerT)
(Inherited from ListSlopeInterceptItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListSlopeInterceptItem)
ToArray
(Inherited from ListSlopeInterceptItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListSlopeInterceptItem)
TrueForAll
(Inherited from ListSlopeInterceptItem)

Explicit Interface Implementations

See Also