This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGKeyframe Interface > IAGKeyframe.PropertyValue Property (ArcObjects .NET 10.4 SDK) |
The value of a typed property.
[Visual Basic .NET] Public Function get_PropertyValue ( _ ByVal propIndex As Integer _ ) As Object
[Visual Basic .NET] Public Sub set_PropertyValue ( _ ByVal propIndex As Integer, _ ByVal pValue As Object _ )
[C#] public object get_PropertyValue ( int propIndex );
[C#] public void set_PropertyValue ( int propIndex, object pValue );
[C++]
HRESULT get_PropertyValue(
long propIndex,
VARIANT* pValue
);
[C++]
HRESULT put_PropertyValue(
long propIndex,
VARIANT pValue
);
[C++]
Parameters propIndex [in] propIndex is a parameter of type long pValue [out, retval] pValue is a parameter of type VARIANT propIndex [in] propIndex is a parameter of type long pValue [in] pValue is a parameter of type VARIANT