Provides access to members that control the simple line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ISimpleLineSymbol is used to create a line symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleLineStyle enumeration. Use the ILineSymbol interface to set additional properties for ISimpleLineSymbols .
Members
All
Properties
Methods
Inherited
Non-inherited
Description
Color
Line symbol color.
Style
The style of the line symbol.
Width
Line symbol width.
Inherited Interfaces
Interfaces
Description
ILineSymbol
Provides access to members that control line symbols.
CoClasses that implement ISimpleLineSymbol
CoClasses and Classes
Description
SimpleLineSymbol
A line symbol comprised of a predefined set of styles.
.NET Snippets
Create Simple Line Symbol |
Draw Polyline |
Create Simple Fill Symbol |
Add Graphic to Map |
Create Line Callout |
Draw Polyline Using Input Geometry |
Flash Geometry |
.NET Samples
Add a traversal result to the map (Code Files:
AddTraversalResultsToMap ) |
Add and symbolize a historical temporal layer in ArcMap (Code Files:
AddTemporalLayerButton ) |
Create a custom tool (Code Files:
DrawGraphicLine ) |
Creating a toolbar of globe tools (Code Files:
PolylineElement ) |
Custom feedback tool and font drop-down list tool control (Code Files:
ToolSample ) |
Custom UI elements using add-ins (Code Files:
AddGraphicsTool ) |
Display feedback (Code Files:
DisplayFeedbackSampleVB ) |
Draw text on a MapControl (Code Files:
DrawText ) |
Dynamic biking (Code Files:
DynamicBikingCmd ) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm ) |
Implementing a schematic digitizing tool (Code Files:
DigitTool ) |
Play back tracking data (Code Files:
PlaybackDataButton ) |
Server spatial query COM utility (Code Files:
VegUtils_VBNet ) |
Server spatial query server object extension (Code Files:
Extension ) |
Triangle graphic element (Code Files:
TriangleElementClass TriangleElementTool ) |
.NET Related Topics
Create a custom tool |
How to create map grids |
How to develop the SOE |
How to draw a polyline on the screen |
How to make a line callout |
How to work with IEllipticArc properties |