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


IMensuration.CanErrorPropagate 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.CanErrorPropagate Property
ArcGIS Developer Help

IMensuration.CanErrorPropagate Property

Indicates if the sensor model associated with the current image segment supports error propagation.

[Visual Basic .NET]
Public ReadOnly Property CanErrorPropagate As Boolean
[C#]
public bool CanErrorPropagate {get;}
[C++]
HRESULT get_CanErrorPropagate(
  Boolean* pErrorPropagationCapable
);
[C++]
Parameters
pErrorPropagationCapable [out, retval]

pErrorPropagationCapable is a parameter of type bool*

Product Availability

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

See Also

IMensuration Interface