ArcObjects Library Reference (Display)  

ILineSymbol.Width Property

Line symbol 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

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 Snippets

Add Graphics Layer to Globe

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Dynamic biking (Code Files: DynamicBikingCmd) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Creating a toolbar of globe tools (Code Files: PolylineElement) | Multivariate renderer (Code Files: MultivariateRenderer) | Triangle graphic element (Code Files: TriangleElementClass) | Create a custom tool (Code Files: DrawGraphicLine) | Feature editing with the control commands (Code Files: EditProperties) | Draw text on a MapControl (Code Files: DrawText)

.NET Related Topics

Create a custom tool | How to create map grids