This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.RemoveVertices Method (ArcObjects .NET 10.5 SDK) |
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