This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeOnLinkGeometry Interface > ISchematicInMemoryFeatureNodeOnLinkGeometry.QueryBoundingBoxCoords Method (ArcObjects .NET 10.5 SDK) |
Queries the bounding box coordinates of the schematic in memory feature node on link.
[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