Get the value of the constraint at the computed time, in internal units.
Read-only property
[Visual Basic .NET] |
---|
Public Property Value() As Double |
[C#] |
---|
public double Value {get;} |
[Managed C++] |
---|
public: __property double get_Value(); |
[Unmanaged C++] |
---|
public: HRESULT get_Value( double * pRange ); |
[Java] |
---|
public double getValue(); |