This document is archived and information here might be outdated.  Recommended version.


IGeoDatabaseBridge2.QueryElevationBand Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatabaseBridge2 Interface > IGeoDatabaseBridge2.QueryElevationBand Method
ArcGIS Developer Help

IGeoDatabaseBridge2.QueryElevationBand Method

The polygon based on the specified triangle and input bounds. For pRegion, pass in an array with at least 5 WKSPointZs.

[Visual Basic .NET]
Public Sub QueryElevationBand ( _
    ByVal pTinTriangle As ITinTriangle, _
    ByVal zLowerBound As Double, _
    ByVal zUpperBound As Double, _
    ByRef pCount As Integer, _
    ByRef pRegion As WKSPointZ[] _
)
[C#]
public void QueryElevationBand (
    ITinTriangle pTinTriangle,
    double zLowerBound,
    double zUpperBound,
    ref int pCount,
    ref WKSPointZ[] pRegion
);
[C++]
HRESULT QueryElevationBand(
  ITinTriangle* pTinTriangle,
  double zLowerBound,
  double zUpperBound,
  System.Int32* pCount,
  SAFEARRAY(WKSPointZ)* pRegion
);
[C++]
Parameters
pTinTriangle [in]

pTinTriangle is a parameter of type ITinTriangle* 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 [in, out]
pRegion is a parameter of type SAFEARRAY(WKSPointZ)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDatabaseBridge2 Interface