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) |
Create a custom tool (Code Files:
DrawGraphicLine) |
Creating a toolbar of globe tools (Code Files:
PolylineElement) |
Custom UI elements using add-ins (Code Files:
AddGraphicsTool) |
Draw text on a MapControl (Code Files:
DrawText) |
Dynamic biking (Code Files:
DynamicBikingCmd) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm) |
Feature editing with the control commands (Code Files:
EditProperties) |
Geodesy MapControl (Code Files:
GeodesyMapControl) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
Multivariate renderer (Code Files:
MultivariateRenderer) |
Triangle graphic element (Code Files:
TriangleElementClass) |
.NET Related Topics
Create a custom tool |
How to create map grids |