This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.Current Property (ArcObjects .NET 10.4 SDK) |
Indicates if the model element 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