Click or drag to resize

SensorProjectionHorizonCollection Class

A collection of SensorProjectionHorizon instances.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionSensorProjectionHorizon
    AGI.Foundation.Geometry.ShapesSensorProjectionHorizonCollection

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SensorProjectionHorizonCollection : Collection<SensorProjectionHorizon>

The SensorProjectionHorizonCollection type exposes the following members.

Constructors
  NameDescription
Public methodSensorProjectionHorizonCollection
Initializes a new instance of the SensorProjectionHorizonCollection class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionSensorProjectionHorizon.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionSensorProjectionHorizon.)
Protected propertyItems (Inherited from CollectionSensorProjectionHorizon.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionSensorProjectionHorizon.)
Public methodClear (Inherited from CollectionSensorProjectionHorizon.)
Protected methodClearItems (Inherited from CollectionSensorProjectionHorizon.)
Public methodContains (Inherited from CollectionSensorProjectionHorizon.)
Public methodCopyTo (Inherited from CollectionSensorProjectionHorizon.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionSensorProjectionHorizon.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionSensorProjectionHorizon.)
Public methodInsert (Inherited from CollectionSensorProjectionHorizon.)
Protected methodInsertItem (Inherited from CollectionSensorProjectionHorizon.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionSensorProjectionHorizon.)
Public methodRemoveAt (Inherited from CollectionSensorProjectionHorizon.)
Protected methodRemoveItem (Inherited from CollectionSensorProjectionHorizon.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionSensorProjectionHorizon.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also