This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem3.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem3 Interface > IProjectedCoordinateSystem3.Height Property
ArcGIS Developer Help

IProjectedCoordinateSystem3.Height Property

The height above the sphere in projected coordinate system units.

[Visual Basic .NET]
Public Property Height As Double
[C#]
public double Height {get; set;}
[C++]
HRESULT get_Height(
  System.Double* Height
);
[C++]
HRESULT put_Height(
  double Height
);
[C++]
Parameters
Height [out, retval]

Height is a parameter of type double* Height
Height is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem3 Interface