Overriding parameter values bound to function variables.
[Visual Basic .NET] Public Property Parameters As IPropertySet
[C#] public IPropertySet Parameters {get; set;}
[C++]
HRESULT get_Parameters(
IPropertySet** ppInputParameters
);
[C++]
HRESULT putref_Parameters(
IPropertySet* ppInputParameters
);
[C++]Parameters
ppInputParameters [out, retval]ppInputParameters is a parameter of type IPropertySet
ppInputParameters [in]ppInputParameters is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.