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


IHeightMeasurement.ShadowAzimuthAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.ShadowAzimuthAngle Property
ArcGIS Developer Help

IHeightMeasurement.ShadowAzimuthAngle Property

The object's shadow azimuth angle.

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

pShadowAzimuthAngle is a parameter of type double* pShadowAzimuthAngle [in]
pShadowAzimuthAngle is a parameter of type double

Product Availability

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

See Also

IHeightMeasurement Interface