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


ISchematicInMemoryFeatureNodeGeometry.QueryBoundingBoxCoords Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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,
  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.

See Also

ISchematicInMemoryFeatureNodeGeometry Interface