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


IMensuration.CanMeasureStereoscopic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.CanMeasureStereoscopic Property
ArcGIS Developer Help

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(
  Boolean* pStereoscopicMensurationCapable
);
[C++]
Parameters
pStereoscopicMensurationCapable [out, retval]

pStereoscopicMensurationCapable is a parameter of type bool*

Product Availability

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

See Also

IMensuration Interface