This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IP > IProcessLayer Interface > IProcessLayer.Process Property (ArcObjects .NET 10.5 SDK) |
Sets the process.
[Visual Basic .NET] Public Property Process As IMdProcess
[C#] public IMdProcess Process {get; set;}
[C++]
HRESULT get_Process(
IMdProcess** ppProcess
);
[C++]
HRESULT putref_Process(
IMdProcess* ppProcess
);
[C++]
Parameters ppProcess [out, retval]
ppProcess is a parameter of type IMdProcess ppProcess [in]
ppProcess is a parameter of type IMdProcess