ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle.UnknownLineWidth Property

Line width used to symbolize a unknown graphic.

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

ITacticalGraphicStyle Interface