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


IKeyframe.PropertyValueLong 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.PropertyValueLong Property
ArcGIS Developer Help

IKeyframe.PropertyValueLong Property

The value of a long integer typed property.

[Visual Basic .NET]
Public Function get_PropertyValueLong ( _
    ByVal propIndex As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_PropertyValueLong ( _
    ByVal propIndex As Integer, _
    ByVal pLongValue As Integer _
)
[C#]
public int get_PropertyValueLong (
    int propIndex
);
[C#]
public void set_PropertyValueLong (
    int propIndex,
    int pLongValue
);
[C++]
HRESULT get_PropertyValueLong(
  long propIndex,
  System.Int32* pLongValue
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long pLongValue [out, retval]
pLongValue is a parameter of type long*

Product Availability

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

See Also

IKeyframe Interface