Operates on two integer values and returns a new one.
[Visual Basic .NET] Public Sub Operate ( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal v1 As Integer, _ ByRef v2 As Integer _ )
[C#] public void Operate ( int x, int y, int v1, ref int v2 );
[C++]
HRESULT Operate(
long x,
long y,
long v1,
long* 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 long v2 [in, out] v2 is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.