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


ISimpleMarkerSymbol.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleMarkerSymbol Interface > ISimpleMarkerSymbol.Style Property
ArcGIS Developer Help

ISimpleMarkerSymbol.Style Property

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.

See Also

ISimpleMarkerSymbol Interface

.NET Samples

Create a custom tool Custom UI elements using add-ins Creating a toolbar of globe tools Executing geoprocessing tools in the background ArcGIS Network Analyst extension barrier location editor