PointScattererInformationCollection Methods |
The PointScattererInformationCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionPointScattererInformation.) | |
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 CollectionPointScattererInformation.) | |
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectCollectionTClone(CopyContext).) | |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionPointScattererInformation.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionPointScattererInformation.) | |
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 CollectionPointScattererInformation.) | |
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 CollectionPointScattererInformation.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionPointScattererInformation.) | |
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 CollectionPointScattererInformation.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionPointScattererInformation.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |