Get the amount by which the value of the independent variable changed during the last targeter run.
Read-only property
[Visual Basic .NET] |
---|
Public Property LastUpdate() As System.Object |
[C#] |
---|
public System.Object LastUpdate {get;} |
[Managed C++] |
---|
public: __property VARIANT get_LastUpdate(); |
[Unmanaged C++] |
---|
public: HRESULT get_LastUpdate( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getLastUpdate(); |