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


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

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