Queries the bounding box coordinates of the in memory feature for the specified layer.
[Visual Basic .NET] Public Sub QueryBoundingBoxCoords ( _ ByVal Layer As ILayer, _ ByRef XMin As Double, _ ByRef YMin As Double, _ ByRef XMax As Double, _ ByRef YMax As Double _ )
[C#] public void QueryBoundingBoxCoords ( ILayer Layer, ref double XMin, ref double YMin, ref double XMax, ref double YMax );
[C++]
HRESULT QueryBoundingBoxCoords(
ILayer* Layer,
double* XMin,
double* YMin,
double* XMax,
double* YMax
);
[C++]Parameters
Layer [in]Layer is a parameter of type ILayer
XMin [in, out] XMin is a parameter of type double YMin [in, out] YMin is a parameter of type double XMax [in, out] XMax is a parameter of type double YMax [in, out] YMax is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.