This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimplePolygonSymbol Interface > IACSimplePolygonSymbol.BoundaryLineType Property (ArcObjects .NET 10.4 SDK) |
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