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


IACSimplePolygonSymbol.BoundaryCapType 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.BoundaryCapType Property
ArcGIS Developer Help

IACSimplePolygonSymbol.BoundaryCapType Property

The outline cap type.

[Visual Basic .NET]
Public Property BoundaryCapType As acCapType
[C#]
public acCapType BoundaryCapType {get; set;}
[C++]
HRESULT get_BoundaryCapType(
  acCapType* Type
);
[C++]
HRESULT put_BoundaryCapType(
  acCapType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type acCapType* Type [in]
Type is a parameter of type acCapType

Product Availability

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

See Also

IACSimplePolygonSymbol Interface