This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeGeometry Interface > ISchematicInMemoryFeatureNodeGeometry.QueryPortCoords Method (ArcObjects .NET 10.4 SDK) |
Queries the coordinates of specified port number of the schematic in memory feature node.
[Visual Basic .NET] Public Sub QueryPortCoords ( _ ByVal Layer As ILayer, _ ByVal PortNumber As Integer, _ ByRef X As Double, _ ByRef Y As Double _ )
[C#] public void QueryPortCoords ( ILayer Layer, int PortNumber, ref double X, ref double Y );
[C++]
HRESULT QueryPortCoords(
ILayer* Layer,
long PortNumber,
double* X,
double* Y
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer PortNumber [in] PortNumber is a parameter of type long X [in, out] X is a parameter of type double Y [in, out] Y is a parameter of type double