The distance above the surface where the 3D graphic is drawn.
[Visual Basic .NET] Public Property DefaultElevationMeters As Double
[C#] public double DefaultElevationMeters {get; set;}
[C++]
HRESULT get_DefaultElevationMeters(
double* pElevation
);
[C++]
HRESULT put_DefaultElevationMeters(
double pElevation
);
[C++]Parameters
pElevation [out, retval] pElevation is a parameter of type double pElevation [in] pElevation is a parameter of type double
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.