This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.PropertyValuePoint Property (ArcObjects .NET 10.5 SDK) |
The value of a Point-typed property.
[Visual Basic .NET] Public Function get_PropertyValuePoint ( _ ByVal propIndex As Integer _ ) As IPoint
[Visual Basic .NET] Public Sub set_PropertyValuePoint ( _ ByVal propIndex As Integer, _ ByVal ppPoint As IPoint _ )
[C#] public IPoint get_PropertyValuePoint ( int propIndex );
[C#] public void set_PropertyValuePoint ( int propIndex, IPoint ppPoint );
[C++]
HRESULT get_PropertyValuePoint(
long propIndex,
IPoint** ppPoint
);
[C++]
HRESULT put_PropertyValuePoint(
long propIndex,
IPoint* ppPoint
);
[C++]
Parameters propIndex [in] propIndex is a parameter of type long ppPoint [out, retval]
ppPoint is a parameter of type IPoint propIndex [in] propIndex is a parameter of type long ppPoint [in]
ppPoint is a parameter of type IPoint