Class ElevationHandler
An elevation handler.
Inheritance
System.Object
ElevationHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class ElevationHandler
Fields
GetElevation
Gets or sets the delegate to get elevation.
Declaration
public static ElevationHandler.GetElevationDelegate GetElevation
Field Value
|
ElevationHandler.GetElevationDelegate
|
Methods
Elevation(Coordinate)
Add elevation to the given coordinate.
Declaration
public static short ? Elevation(this Coordinate coordinate)
Parameters
|
Coordinate
coordinate
|
Returns
|
System.Nullable<System.Int16>
|