ArcObjects Library Reference (DefenseSolutions)  

IForceElement2525BRenderer.FrameOutlineSymbol Property

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

ERROR: Syntax information about IForceElement2525BRenderer.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

IForceElement2525BRenderer Interface