This document is archived and information here might be outdated. Recommended version. |
The value of a double-typed property.
[Visual Basic .NET]
Public Function get_PropertyValueDouble ( _
ByVal propIndex As Integer _
) As Double
[Visual Basic .NET]
Public Sub set_PropertyValueDouble ( _
ByVal propIndex As Integer, _
ByVal pDoubleValue As Double _
)
[C#]
public double get_PropertyValueDouble (
int propIndex
);
[C#]
public void set_PropertyValueDouble (
int propIndex,
double pDoubleValue
);
[C++]
HRESULT get_PropertyValueDouble(
long propIndex,
System.Double* pDoubleValue
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long pDoubleValue [out, retval]
pDoubleValue is a parameter of type double*