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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.