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


IMensuration.CanMeasureMultiImages Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.CanMeasureMultiImages Property

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

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

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

Product Availability

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

See Also

IMensuration Interface