ArcObjects Library Reference (DefenseSolutions)  

IMoleDeclutterElement.DeclutterLineSymbol Property

The symbol used to draw the declutter lines.

ERROR: Syntax information about IMoleDeclutterElement.DeclutterLineSymbol may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_DeclutterLineSymbol(
  ISimpleLineSymbol** ppSymbol
);
[C++]
HRESULT put_DeclutterLineSymbol(
  ISimpleLineSymbol* ppSymbol
);
[C++]

Parameters

ppSymbol [out, retval]

  ppSymbol is a parameter of type ISimpleLineSymbol

ppSymbol [in]

  ppSymbol is a parameter of type ISimpleLineSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleDeclutterElement Interface