This document is archived and information here might be outdated. Recommended version. |
Restricted.
[Visual Basic .NET] Public Sub QueryElevationBand ( _ ByRef pPi As WKSPointZ, _ ByRef pPj As WKSPointZ, _ ByRef pPk As WKSPointZ, _ ByVal zLowerBound As Double, _ ByVal zUpperBound As Double, _ ByRef pCount As Integer, _ ByRef pRegion As WKSPointZ _ )
[C#] public void QueryElevationBand ( ref WKSPointZ pPi, ref WKSPointZ pPj, ref WKSPointZ pPk, ref double zLowerBound, ref double zUpperBound, ref int pCount, ref WKSPointZ pRegion );
[C++]
HRESULT QueryElevationBand(
WKSPointZ* pPi,
WKSPointZ* pPj,
WKSPointZ* pPk,
double zLowerBound,
double zUpperBound,
System.Int32* pCount,
WKSPointZ* pRegion
);
[C++] Parameters pPi [in]
pPi is a parameter of type WKSPointZ* pPj [in]
pPj is a parameter of type WKSPointZ* pPk [in]
pPk is a parameter of type WKSPointZ* zLowerBound [in]
zLowerBound is a parameter of type double zUpperBound [in]
zUpperBound is a parameter of type double pCount [out]
pCount is a parameter of type long* pRegion [out]
pRegion is a parameter of type WKSPointZ*