ArcObjects Library Reference (Carto)  

IACSimpleLineSymbol.LineType Property

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

Product Availability

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

See Also

IACSimpleLineSymbol Interface