This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IArrowMarkerSymbol Interface > IArrowMarkerSymbol.Width Property (ArcObjects .NET 10.4 SDK) |
Arrow marker width.
[Visual Basic .NET] Public Property Width As Double
[C#] public double Width {get; set;}
[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
Width is the width (thickness) in points (approx. 1/72 inch) for an IArrowMarkerSymbol.