ArcObjects Library Reference (Display)  

IIlluminationProps.Altitude Property

Altitude angle of illumination.

[Visual Basic .NET]
Public Property Altitude As Double
[C#]
public double Altitude {get; set;}
[C++]
HRESULT get_Altitude(
  double* pAltitude
);
[C++]
HRESULT put_Altitude(
  double pAltitude
);
[C++]

Parameters

pAltitude [out, retval]   pAltitude is a parameter of type double pAltitude [in]   pAltitude is a parameter of type double

Product Availability

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

See Also

IIlluminationProps Interface