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


IMdList.FeedbackVariable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.FeedbackVariable Property
ArcGIS Developer Help

IMdList.FeedbackVariable Property

Feedback variable.

[Visual Basic .NET]
Public Property FeedbackVariable As IMdVariable
[C#]
public IMdVariable FeedbackVariable {get; set;}
[C++]
HRESULT get_FeedbackVariable(
  IMdVariable** ppVariable
);
[C++]
HRESULT putref_FeedbackVariable(
  IMdVariable* ppVariable
);
[C++]
Parameters
ppVariable [out, retval]

ppVariable is a parameter of type IMdVariable** ppVariable [in]
ppVariable is a parameter of type IMdVariable*

Product Availability

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

See Also

IMdList Interface