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


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

IKeyframe.PropertyValueExtent Property

The value of an Extent-typed property.

[Visual Basic .NET]
Public Function get_PropertyValueExtent ( _
    ByVal propIndex As Integer _
) As IEnvelope
[Visual Basic .NET]
Public Sub set_PropertyValueExtent ( _
    ByVal propIndex As Integer, _
    ByVal ppExtent As IEnvelope _
)
[C#]
public IEnvelope get_PropertyValueExtent (
    int propIndex
);
[C#]
public void set_PropertyValueExtent (
    int propIndex,
    IEnvelope ppExtent
);
[C++]
HRESULT put_PropertyValueExtent(
  long propIndex,
  IEnvelope* ppExtent
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long ppExtent [in]
ppExtent is a parameter of type IEnvelope*

Product Availability

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

See Also

IKeyframe Interface