This document is archived and information here might be outdated. Recommended version. |
Returns the distance to the given extent.
[Visual Basic .NET] Public Sub QueryDistanceToMBB ( _ ByVal pExtent As IEnvelope, _ ByRef distance As Double _ )
[C#] public void QueryDistanceToMBB ( IEnvelope pExtent, ref double distance );
[C++]
HRESULT QueryDistanceToMBB(
IEnvelope* pExtent,
System.Double* distance
);
[C++] Parameters pExtent [in]
pExtent is a parameter of type IEnvelope* distance [out]
distance is a parameter of type double*