ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.HostileLineWidth Property

Line width used to symbolize a hostile graphic.

[Visual Basic .NET]
Public Property HostileLineWidth As Double
[C#]
public double HostileLineWidth {get; set;}
[C++]
HRESULT get_HostileLineWidth(
  double* pLineWidth
);
[C++]
HRESULT put_HostileLineWidth(
  double pLineWidth
);
[C++]

Parameters

pLineWidth [out, retval]   pLineWidth is a parameter of type double pLineWidth [in]   pLineWidth is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyle2 Interface