This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.PropertyValueDouble Property (ArcObjects .NET 10.4 SDK) |
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,
double* pDoubleValue
);
[C++]
HRESULT put_PropertyValueDouble(
long propIndex,
double pDoubleValue
);
[C++]
Parameters propIndex [in] propIndex is a parameter of type long pDoubleValue [out, retval] pDoubleValue is a parameter of type double propIndex [in] propIndex is a parameter of type long pDoubleValue [in] pDoubleValue is a parameter of type double