This document is archived and information here might be outdated.  Recommended version.


ILineSymbol.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineSymbol Interface > ILineSymbol.Width Property
ArcGIS Developer Help

ILineSymbol.Width Property

Line symbol width.

[Visual Basic .NET]
Public Property Width As Double
[C#]
public double Width {get; set;}
[C++]
HRESULT get_Width(
  System.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 returns or Sets the Double (ASCII) number in points.

See Also

ILineSymbol Interface

.NET Samples

Feature editing with the control commands Create a custom tool Custom UI elements using add-ins Dynamic biking Creating a toolbar of globe tools Executing geoprocessing tools in the background Draw text on a MapControl Geoevents in a MapControl 3D multipatch examples Multivariate renderer Triangle graphic element