ArcObjects Library Reference  (Display)    

IArrowMarkerSymbol.Width Property

Arrow marker width.

[Visual Basic 6.0]
Property Width As Double
[Visual Basic .NET]
Public Property Width As Double
[C#]
public double Width {get; set;}
[Java]
public Double getWidth()
throws
    IOException,
    AutomationException
[Java]
public void setWidth(
Double Width
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Width(
  double* Width
);
[C++]
HRESULT put_Width(
  double Width

);

[C++]

Parameters

Width [out, retval]

  Width is a parameter of type double

Width [in]

  Width is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Width is the width (thickness) in points (approx. 1/72 inch) for an IArrowMarkerSymbol.

See Also

IArrowMarkerSymbol Interface

 


Feedback Send feedback on this page