ElevationMask Class | 
Namespace: AGI.Foundation.Terrain
The ElevationMask type exposes the following members.
| Name | Description | |
|---|---|---|
| ElevationMask | Initializes a new instance.  | |
| ElevationMask(Double, Double) | 
            Initializes a new instance.
              | 
| Name | Description | |
|---|---|---|
| Azimuth | 
            Gets or sets the azimuth of the ray, in radians.
              | |
| Count | Gets the number of elements actually contained in the CollectionT.  (Inherited from CollectionElevationRise.) | |
| Elevation | 
            Gets or sets the maximum obscured elevation angle along the ray, in radians.
              | |
| Item | Gets or sets the element at the specified index.  (Inherited from CollectionElevationRise.) | |
| Items | Gets a IListT wrapper around the CollectionT.  (Inherited from CollectionElevationRise.) | 
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT.   (Inherited from CollectionElevationRise.) | |
| Clear | Removes all elements from the CollectionT.  (Inherited from CollectionElevationRise.) | |
| ClearItems | Removes all elements from the CollectionT.  (Inherited from CollectionElevationRise.) | |
| Contains | Determines whether an element is in the CollectionT.  (Inherited from CollectionElevationRise.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.  (Inherited from CollectionElevationRise.) | |
| Equals(ElevationMask) | 
        Indicates whether another instance of this type is exactly equal to this instance.
        | |
| Equals(Object) | 
        Indicates whether another object is exactly equal to this instance.
        (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| FromTerrain(TerrainProvider, Double, Double, Cartographic, Double, Double, Double, Boolean) | 
            Computes elevation masks from the specified terrain provider along the provided azimuths.
              | |
| FromTerrain(TerrainProvider, Double, Double, Cartographic, Double, Double, Double, Boolean, ITrackCalculationProgress) | 
            Computes elevation masks from the specified terrain provider along the provided azimuths with progress tracking.
              | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT.  (Inherited from CollectionElevationRise.) | |
| GetHashCode | 
        Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
        (Overrides ObjectGetHashCode.) | |
| 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 CollectionElevationRise.) | |
| Insert | Inserts an element into the CollectionT at the specified index.  (Inherited from CollectionElevationRise.) | |
| InsertItem | Inserts an element into the CollectionT at the specified index.  (Inherited from CollectionElevationRise.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT.  (Inherited from CollectionElevationRise.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT.  (Inherited from CollectionElevationRise.) | |
| RemoveItem | Removes the element at the specified index of the CollectionT.  (Inherited from CollectionElevationRise.) | |
| SetItem | Replaces the element at the specified index.  (Inherited from CollectionElevationRise.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |