Click or drag to resize

DelayedTerrainAzimuthElevationMask Methods

The DelayedTerrainAzimuthElevationMask type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodContains
Determine whether the requested item is in this azimuth elevation mask.
Public methodCopyTo
Copies the ElevationMask values to the given array. If any of the values are not yet computed, they will be computed before copying them to the array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMaximumObscuredElevation
Computes the maximum elevation angle that is obscured as of a specified distance along an azimuth ray. This will compute any values of the surrounding ElevationMask instances bounding the given azimuth that haven't been computed yet.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the given item in the azimuth elevation mask.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also