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


IACSimplePolygonSymbol.BoundaryLineType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACSimplePolygonSymbol.BoundaryLineType Property

The outline type.

[Visual Basic .NET]
Public Property BoundaryLineType As acLineType
[C#]
public acLineType BoundaryLineType {get; set;}
[C++]
HRESULT get_BoundaryLineType(
  acLineType* Type
);
[C++]
HRESULT put_BoundaryLineType(
  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

IACSimplePolygonSymbol Interface