PointScattererFrequencyBandCollection Methods |
The PointScattererFrequencyBandCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(T) | Adds an object to the end of the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
Add(Double, ScatteringCoefficient) |
Adds a new point scattering frequency band with the given lower frequency and scattering coefficient.
| |
AddRange |
Adds the elements of the specified collection to the end of the DefinitionalObjectCollectionT.
(Inherited from DefinitionalObjectCollectionT.) | |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectCollectionTClone(CopyContext).) | |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionPointScattererFrequencyBand.) | |
EnumerateDependencies |
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.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObjectCollectionT.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObjectCollectionT.) | |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionPointScattererFrequencyBand.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObjectCollectionT.) | |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionPointScattererFrequencyBand.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |