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


ILineDecorationElement.DeletePosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecorationElement Interface > ILineDecorationElement.DeletePosition Method
ArcGIS Developer Help

ILineDecorationElement.DeletePosition Method

Deletes a position.

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

index is a parameter of type long

Product Availability

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

Description

DeletePosition removes the decoration at the given index from the list of positions the decoration element will be drawn.

See Also

ILineDecorationElement Interface