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


ISchematicInMemoryFeatureLinkGeometry.RemoveVertices 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.RemoveVertices Method
ArcGIS Developer Help

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