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


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

ISchematicInMemoryFeatureNodeGeometry.QueryCoords Method

Queries the coordinates of the schematic in memory feature node.

[Visual Basic .NET]
Public Sub QueryCoords ( _
    ByRef X As Double, _
    ByRef Y As Double _
)
[C#]
public void QueryCoords (
    ref double X,
    ref double Y
);
[C++]
HRESULT QueryCoords(
  double* X,
  double* Y
);
[C++]

Parameters X [in, out] X is a parameter of type double Y [in, out] Y is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureNodeGeometry Interface