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.