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


IRESTResource.FindChildOperation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRESTResource.FindChildOperation Method

Finds child operation, non-recursive.

[Visual Basic .NET]
Public Function FindChildOperation ( _
    ByVal Name As String _
) As IRESTOperation
[C#]
public IRESTOperation FindChildOperation (
    string Name
);
[C++]
HRESULT FindChildOperation(
  BSTR Name,
  IRESTOperation** ppObj
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR ppObj [out, retval]
ppObj is a parameter of type IRESTOperation

Product Availability

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

See Also

IRESTResource Interface