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


ISchematicInMemoryFeatureNodeGeometry.QueryBoundingBoxCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeGeometry Interface > ISchematicInMemoryFeatureNodeGeometry.QueryBoundingBoxCoords Method
ArcGIS Developer Help

ISchematicInMemoryFeatureNodeGeometry.QueryBoundingBoxCoords Method

Queries the bounding box coordinates of specified port number of the schematic in memory feature node.

[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,
  System.Double* XMin,
  System.Double* YMin,
  System.Double* XMax,
  System.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.

See Also

ISchematicInMemoryFeatureNodeGeometry Interface