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