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