Click or drag to resize

PointScattererFrequencyBandCollection Class

Represents a collection of PointScattererFrequencyBand objects. The PointScattererFrequencyBandCollection is valid for frequencies ranging from MinimumFrequency to MaximumFrequency. The minimum and maximum frequencies for the collection default to MinimumRfFrequency and MaximumRfFrequency respectively. The LowerFrequency value for each PointScattererFrequencyBand instance in the collection must be greater than or equal to MinimumFrequency and less than MaximumFrequency. Band insert and add operations on the collection will validate the band's lower frequency and will also check to make sure that there is not an existing band in the collection with the same lower frequency value.
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<PointScattererFrequencyBand>
    AGI.Foundation.Infrastructure.DefinitionalObjectCollection<PointScattererFrequencyBand>
      AGI.Foundation.Communications.PointScattererFrequencyBandCollection

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public sealed class PointScattererFrequencyBandCollection : DefinitionalObjectCollection<PointScattererFrequencyBand>

The PointScattererFrequencyBandCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount (Inherited from Collection<PointScattererFrequencyBand>.)
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 DefinitionalObjectCollection<T>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from Collection<PointScattererFrequencyBand>.)
Public propertyMaximumFrequency
Gets the maximum frequency for the overall frequency band of the collection.
Public propertyMinimumFrequency
Gets the minimum frequency for the overall frequency band of the collection.
Top
Methods
  NameDescription
Public methodAdd(T) (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodAdd(Double, ScatteringCoefficient)
Adds a new point scattering frequency band with the given lower frequency and scattering coefficient.
Public methodAddRange (Inherited from DefinitionalObjectCollection<T>.)
Public methodClear (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectCollection<T>.Clone(CopyContext).)
Public methodContains (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodCopyTo (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling Enumerate<T> (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 DefinitionalObjectCollection<T>.)
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 DefinitionalObjectCollection<T>.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObjectCollection<T>.)
Public methodGetEnumerator (Inherited from Collection<PointScattererFrequencyBand>.)
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 Collection<PointScattererFrequencyBand>.)
Public methodInsert (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObjectCollection<T>.)
Public methodRemove (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodRemoveAt (Inherited from Collection<PointScattererFrequencyBand>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also