This document is archived and information here might be outdated. Recommended version. |
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