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


ILineDecoration.AddElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ILineDecoration.AddElement Method

Adds an element.

[Visual Basic .NET]
Public Sub AddElement ( _
    ByVal lineDecorationElement As ILineDecorationElement _
)
[C#]
public void AddElement (
    ILineDecorationElement lineDecorationElement
);
[C++]
HRESULT AddElement(
  ILineDecorationElement* lineDecorationElement
);
[C++]

Parameters lineDecorationElement [in]
lineDecorationElement is a parameter of type ILineDecorationElement

Product Availability

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

Description

AddElement adds a line decoration element to the list of decorations.

See Also

ILineDecoration Interface