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


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

IMdParameter.Current Property

Indicates if the model parameter is current (i.e., has been created).

[Visual Basic .NET]
Public Property Current As Boolean
[C#]
public bool Current {get; set;}
[C++]
HRESULT get_Current(
  Boolean* Current
);
[C++]
HRESULT put_Current(
  VARIANT_BOOL Current
);
[C++]
Parameters
Current [out, retval]

Current is a parameter of type bool* Current [in]
Current is a parameter of type bool

Product Availability

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

See Also

IMdParameter Interface