|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimpleLineSymbol Interface > IACSimpleLineSymbol.LineType Property (ArcObjects .NET 10.5 SDK) | 
The line type.
[Visual Basic .NET] Public Property LineType As acLineType
[C#] public acLineType LineType {get; set;}
[C++]
HRESULT get_LineType(
  acLineType* Type
);
[C++]
HRESULT put_LineType(
  acLineType Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type acLineType Type [in]
Type is a parameter of type acLineType