ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle.UnknownLine Property

Line symbol used to symbolize linear shapes in a unknown graphic.

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

[C++]
HRESULT get_UnknownLine(
  ILineSymbol** ppLine
);
[C++]
HRESULT putref_UnknownLine(
  ILineSymbol* ppLine
);
[C++]

Parameters

ppLine [out, retval]

  ppLine is a parameter of type ILineSymbol

ppLine [in]

  ppLine is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyle Interface