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


IMosaicOperator2.Operate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicOperator2 Interface > IMosaicOperator2.Operate Method
ArcGIS Developer Help

IMosaicOperator2.Operate Method

Operates on two floating-point values and returns a new one.

[Visual Basic .NET]
Public Sub Operate ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal v1 As Double, _
    ByRef v2 As Double _
)
[C#]
public void Operate (
    int x,
    int y,
    double v1,
    ref double v2
);
[C++]
HRESULT Operate(
  long x,
  long y,
  double v1,
  System.Double* v2
);
[C++]
Parameters
x [in]

x is a parameter of type long y [in]
y is a parameter of type long v1 [in]
v1 is a parameter of type double v2 [in, out]
v2 is a parameter of type double*

Product Availability

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

See Also

IMosaicOperator2 Interface