This document is archived and information here might be outdated.  Recommended version.


IKeyframe.PropertyValueDouble Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IKeyframe.PropertyValueDouble Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IKeyframe Interface