This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictDisplay Interface > IConflictDisplay.LineSymbol Property (ArcObjects .NET 10.5 SDK) |
Display symbol used to draw line features.
[Visual Basic .NET] Public Function get_LineSymbol ( _ ByVal vers As esriVersion _ ) As ILineSymbol
[Visual Basic .NET] Public Sub set_LineSymbol ( _ ByVal vers As esriVersion, _ ByVal symbol As ILineSymbol _ )
[C#] public ILineSymbol get_LineSymbol ( esriVersion vers );
[C#] public void set_LineSymbol ( esriVersion vers, ILineSymbol symbol );