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