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


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

IMensuration.CanMeasureStereoscopic Property

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

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

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

Product Availability

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

See Also

IMensuration Interface