ArcObjects Library Reference (DefenseSolutions)  

IForceElementRenderer.FrameOutlineSymbol Property

Specifies a default line symbol that surrounds a graphic's frame geometry.

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

[C++]
HRESULT get_FrameOutlineSymbol(
  ILineSymbol** FrameOutlineSymbol
);
[C++]
HRESULT putref_FrameOutlineSymbol(
  ILineSymbol* FrameOutlineSymbol
);
[C++]

Parameters

FrameOutlineSymbol [out, retval]

  FrameOutlineSymbol is a parameter of type ILineSymbol

FrameOutlineSymbol [in]

  FrameOutlineSymbol is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementRenderer Interface