Click or drag to resize

PointScattererInformationCollection Class

A collection of PointScattererInformation objects representing each of the point scatterers which the signal has reflected off of before reception at the receiver.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionPointScattererInformation
    AGI.Foundation.InfrastructureDefinitionalObjectCollectionPointScattererInformation
      AGI.Foundation.CommunicationsPointScattererInformationCollection

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class PointScattererInformationCollection : DefinitionalObjectCollection<PointScattererInformation>

The PointScattererInformationCollection type exposes the following members.

Constructors
  NameDescription
Public methodPointScattererInformationCollection
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionPointScattererInformation.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObjectCollectionT.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionPointScattererInformation.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionPointScattererInformation.)
Public methodAddRange (Inherited from DefinitionalObjectCollectionT.)
Public methodClear (Inherited from CollectionPointScattererInformation.)
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectCollectionTClone(CopyContext).)
Public methodContains (Inherited from CollectionPointScattererInformation.)
Public methodCopyTo (Inherited from CollectionPointScattererInformation.)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.
(Inherited from DefinitionalObjectCollectionT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObjectCollectionT.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObjectCollectionT.)
Public methodGetEnumerator (Inherited from CollectionPointScattererInformation.)
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 CollectionPointScattererInformation.)
Public methodInsert (Inherited from CollectionPointScattererInformation.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObjectCollectionT.)
Public methodRemove (Inherited from CollectionPointScattererInformation.)
Public methodRemoveAt (Inherited from CollectionPointScattererInformation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also