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