Gets or sets the value to satisfy the condition. Dimension depends on CalcObject.
Read-write property
[Visual Basic .NET] |
---|
Public Property Value() As System.Object |
[C#] |
---|
public System.Object Value {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Value(); |
[Unmanaged C++] |
---|
public: HRESULT get_Value( VARIANT * pRetVal ); public: HRESULT put_Value( VARIANT InVal ); |
[Java] |
---|
public AgVariant getValue(); public void setValue( AgVariant ); |