ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* Current
);
[C++]
HRESULT put_Current(
  VARIANT_BOOL Current
);
[C++]

Parameters

Current [out, retval]   Current is a parameter of type VARIANT_BOOL Current [in]   Current is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdParameter Interface