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


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

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