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


ILineDecorationElement.ClearPositions 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.ClearPositions Method
ArcGIS Developer Help

ILineDecorationElement.ClearPositions Method

Clears all positions.

[Visual Basic .NET]
Public Sub ClearPositions ( _
)
[C#]
public void ClearPositions (
);
[C++]
HRESULT ClearPositions(
void
);

Product Availability

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

Description

ClearPositions removes any positions that have been added to the ILineDecorationElement object.

See Also

ILineDecorationElement Interface