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


IACSimplePolygonSymbol.BoundaryJoinType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimplePolygonSymbol Interface > IACSimplePolygonSymbol.BoundaryJoinType Property
ArcGIS Developer Help

IACSimplePolygonSymbol.BoundaryJoinType Property

The outline join type.

[Visual Basic .NET]
Public Property BoundaryJoinType As acJoinType
[C#]
public acJoinType BoundaryJoinType {get; set;}
[C++]
HRESULT get_BoundaryJoinType(
  acJoinType* Type
);
[C++]
HRESULT put_BoundaryJoinType(
  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

IACSimplePolygonSymbol Interface