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


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

IMensuration.CanMeasure Property

Indicates if the specified image segment can be used for mensuration.

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

Parameters pMensurationCapable [out, retval] pMensurationCapable 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)