This document is archived and information here might be outdated. Recommended version. |
Set the GeoProcessor process value.
[Visual Basic .NET] Public Property Process As IMdProcess
[C#] public IMdProcess Process {get; set;}
[C++]
HRESULT get_Process(
IMdProcess** Process
);
[C++]
HRESULT putref_Process(
IMdProcess* Process
);
[C++] Parameters Process [out, retval]
Process is a parameter of type IMdProcess** Process [in]
Process is a parameter of type IMdProcess*