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


ISchematicInMemoryFeatureNodeGeometry.PutCoords Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNodeGeometry.PutCoords Method

Changes the coordinates of the schematic in memory feature node.

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

Parameters X [in] X is a parameter of type double Y [in] 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

.NET Snippets

Change An In-Memory Schematic Feature Node Coordinates