This document is archived and information here might be outdated. Recommended version. |
The style of the line symbol.
[Visual Basic .NET] Public Property Style As esriSimpleLineStyle
[C#] public esriSimpleLineStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriSimpleLineStyle* Style
);
[C++]
HRESULT put_Style(
esriSimpleLineStyle Style
);
[C++]
Parameters Style [out, retval]
Style is a parameter of type esriSimpleLineStyle* Style [in]
Style is a parameter of type esriSimpleLineStyle
Style is the enumeration that controls the pattern used as the line. The avaialble line options include: esriSLSDash, esriSLSDashDot, esriSLSDashDotDot, esriSLSDot, esriSLSInsideFrame, esriSLSNull and esriSLSSolid. esriSLSSolid is the default Style.
ESRISLSInsideFrame is not implemented.