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


ILineProperties.LineDecoration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.LineDecoration Property
ArcGIS Developer Help

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