This document is archived and information here might be outdated. Recommended version. |
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*