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


IMensuration.CanMeasureHeightTopToTopShadow Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.CanMeasureHeightTopToTopShadow Property

Indicates if the sensor model associated with the current image segment supports shadow mensuration.

[Visual Basic .NET]
Public ReadOnly Property CanMeasureHeightTopToTopShadow As Boolean
[C#]
public bool CanMeasureHeightTopToTopShadow {get;}
[C++]
HRESULT get_CanMeasureHeightTopToTopShadow(
  VARIANT_BOOL* pShadowMensurationCapable
);
[C++]

Parameters pShadowMensurationCapable [out, retval] pShadowMensurationCapable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMensuration Interface

.NET Samples

Publish an image service and set configurations (Code Files: ISConfig)