Get the value of the independent variable after the last targeter run.
Read-only property
[Visual Basic .NET] |
---|
Public Property CurrentValue() As System.Object |
[C#] |
---|
public System.Object CurrentValue {get;} |
[Managed C++] |
---|
public: __property VARIANT get_CurrentValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_CurrentValue( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getCurrentValue(); |