ArcObjects Library Reference (DefenseSolutions)  

I3DSettings.CalloutLineSymbol Property

Specifies the simple line symbol used for 3D call-out lines.

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

[C++]
HRESULT get_CalloutLineSymbol(
  ISimpleLineSymbol** ppSymbol
);
[C++]
HRESULT putref_CalloutLineSymbol(
  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

I3DSettings Interface