ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.NeutralLineWidth Property

Line width used to symbolize a neutral graphic.

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