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


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

IKeyframe.PropertyValueInt Property

The value of an integer typed property.

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

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

Product Availability

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

See Also

IKeyframe Interface