ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.FriendlyLineWidth Property

Line width used to symbolize a friendly graphic.

[Visual Basic .NET]
Public Property FriendlyLineWidth As Double
[C#]
public double FriendlyLineWidth {get; set;}
[C++]
HRESULT get_FriendlyLineWidth(
  double* pLineWidth
);
[C++]
HRESULT put_FriendlyLineWidth(
  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