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


IDisplacementLinkElement.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > ID > IDisplacementLinkElement Interface > IDisplacementLinkElement.Symbol Property
ArcGIS Developer Help

IDisplacementLinkElement.Symbol Property

Line symbol this element uses to draw itself.

[Visual Basic .NET]
Public Property Symbol As ILineSymbol
[C#]
public ILineSymbol Symbol {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the IAdjustProperties::DisplacementLinkSymbol property to get the default symbol for displacement links.

See Also

IDisplacementLinkElement Interface