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


IKeyframe.PropertyValueDouble Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.PropertyValueDouble Property
ArcGIS Developer Help

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,
  System.Double* pDoubleValue
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long pDoubleValue [out, retval]
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