ArcObjects Library Reference (Display)  

ILineDecoration.ClearElements Method

Clears all line decoration elements.

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

Product Availability

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

Description

ClearElements removes all the decoration elements.

See Also

ILineDecoration Interface