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


ISchematicInMemoryFeatureLinkGeometry.UpdateVertex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.UpdateVertex Method
ArcGIS Developer Help

ISchematicInMemoryFeatureLinkGeometry.UpdateVertex Method

Updates the position of a vertex at given index of the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Sub UpdateVertex ( _
    ByVal Index As Integer, _
    ByVal Point As IPoint _
)
[C#]
public void UpdateVertex (
    int Index,
    IPoint Point
);
[C++]
HRESULT UpdateVertex(
  long Index,
  IPoint* Point
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Point [in]
Point is a parameter of type IPoint*

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface