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


IACSimpleLineSymbol.JoinType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACSimpleLineSymbol.JoinType Property

The line join type.

[Visual Basic .NET]
Public Property JoinType As acJoinType
[C#]
public acJoinType JoinType {get; set;}
[C++]
HRESULT get_JoinType(
  acJoinType* Type
);
[C++]
HRESULT put_JoinType(
  acJoinType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type acJoinType Type [in]
Type is a parameter of type acJoinType

Product Availability

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

See Also

IACSimpleLineSymbol Interface