This document is archived and information here might be outdated. Recommended version. |
Gets the value, as a double, of the linear unit.
[Visual Basic .NET]
Public Property Value As Double
[C#]
public double Value {get; set;}
[C++]
HRESULT get_Value(
System.Double* pValue
);
[C++]
HRESULT put_Value(
double pValue
);
[C++] Parameters pValue [out, retval]
pValue is a parameter of type double* pValue [in]
pValue is a parameter of type double