ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.RemoveVertices Method

Removes a number of vertices at given index to the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Sub RemoveVertices ( _
    ByVal Index As Integer, _
    ByVal Count As Integer _
)
[C#]
public void RemoveVertices (
    int Index,
    int Count
);
[C++]
HRESULT RemoveVertices(
  long Index,
  long Count
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Count [in]   Count is a parameter of type long

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface

.NET Snippets

Remove Some Vertices On An In-Memory Schematic Feature Link