Click or drag to resize

PointScattererFrequencyBandCollection Methods

The PointScattererFrequencyBandCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(T) (Inherited from CollectionPointScattererFrequencyBand.)
Public methodAdd(Double, ScatteringCoefficient)
Adds a new point scattering frequency band with the given lower frequency and scattering coefficient.
Public methodAddRange (Inherited from DefinitionalObjectCollectionT.)
Public methodClear (Inherited from CollectionPointScattererFrequencyBand.)
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectCollectionTClone(CopyContext).)
Public methodContains (Inherited from CollectionPointScattererFrequencyBand.)
Public methodCopyTo (Inherited from CollectionPointScattererFrequencyBand.)
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 CollectionPointScattererFrequencyBand.)
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 CollectionPointScattererFrequencyBand.)
Public methodInsert (Inherited from CollectionPointScattererFrequencyBand.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObjectCollectionT.)
Public methodRemove (Inherited from CollectionPointScattererFrequencyBand.)
Public methodRemoveAt (Inherited from CollectionPointScattererFrequencyBand.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also