ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.Style Property

The symbology style for the symbol.

[Visual Basic .NET]
Public Property Style As moleSymbologyStyleEnum
[C#]
public moleSymbologyStyleEnum Style {get; set;}
[C++]
HRESULT get_Style(
  moleSymbologyStyleEnum* Style
);
[C++]
HRESULT put_Style(
  moleSymbologyStyleEnum Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type moleSymbologyStyleEnum

Style [in]

  Style is a parameter of type moleSymbologyStyleEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface