This document is archived and information here might be outdated. Recommended version. |
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*