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


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

IKeyframe.PropertyValuePoint Property

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 put_PropertyValuePoint(
  long propIndex,
  IPoint* ppPoint
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long ppPoint [in]
ppPoint is a parameter of type IPoint*

Product Availability

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

See Also

IKeyframe Interface