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


ILineProperties.LineDecoration Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ILineProperties.LineDecoration Property

Line decoration element collection.

[Visual Basic .NET]
Public Property LineDecoration As ILineDecoration
[C#]
public ILineDecoration LineDecoration {get; set;}
[C++]
HRESULT get_LineDecoration(
  ILineDecoration** LineDecoration
);
[C++]
HRESULT putref_LineDecoration(
  ILineDecoration* LineDecoration
);
[C++]

Parameters LineDecoration [out, retval]
LineDecoration is a parameter of type ILineDecoration LineDecoration [in]
LineDecoration is a parameter of type ILineDecoration

Product Availability

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

Description

LineDecoration is the line decoration for the current ILineProperties .

See Also

ILineProperties Interface | ILineDecorationElement Interface | ILineDecoration Interface