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


ISMPointsCollection.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMPointsCollection Interface > ISMPointsCollection.Remove Method
ArcGIS Developer Help

ISMPointsCollection.Remove Method

Removes a point from the collection at the specified position.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Position As Integer _
)
[C#]
public void Remove (
    int Position
);
[C++]
HRESULT Remove(
  long Position
);
[C++]
Parameters
Position [in]

Position is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removes the point from the collection.

See Also

ISMPointsCollection Interface