Marker style.
[Visual Basic .NET] Public Property Style As esriSimpleMarkerStyle
[C#] public esriSimpleMarkerStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriSimpleMarkerStyle* Style
);
[C++]
HRESULT put_Style(
esriSimpleMarkerStyle Style
);
[C++]Parameters
Style [out, retval]Style is a parameter of type esriSimpleMarkerStyle
Style [in]Style is a parameter of type esriSimpleMarkerStyle
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Style is the enumeration that controls the pattern used as the marker. The avaialble line options include: esriSMSCircle, esriSMSCross, esriSMSDiamond, esriSMSSquare and esriSMSX. esriSMSCircle is the default Style.