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


IRasterFunction2.ProcessingCost Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunction2 Interface > IRasterFunction2.ProcessingCost Property
ArcGIS Developer Help

IRasterFunction2.ProcessingCost Property

.

[Visual Basic .NET]
Public Sub ProcessingCost ( _
    ByRef pProcessingCost As Double _
)
[C#]
public void ProcessingCost (
    ref double pProcessingCost
);
[C++]
HRESULT get_ProcessingCost(
  System.Double* pProcessingCost
);
[C++]
Parameters
pProcessingCost 

pProcessingCost is a parameter of type double*

Product Availability

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

See Also

IRasterFunction2 Interface