ArcObjects Library Reference  (Display)    

IBasicLineSymbol Interface

Provides access to properties of the basic line symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property Stroke Line stroke.

CoClasses that implement IBasicLineSymbol

CoClasses and Classes Description
BasicLineSymbol Basic line symbol object.

Remarks

Use IBasicLineSymbol to create a new basic line symbol for drawing line or polygon geometries. For polygon geometries, the outlines are drawn with the provided line stroke.

Stroke property returns a reference to a LineStroke object. To make changes to graphical attributes, use IGraphicAttributes interface on Stroke.

 

[Visual Basic 6.0]

         
      
     
     
  
    
  
     
           
      
     
     
  
    
  
     
     
     
      
    
    
    
     
    
  
      
     
     
    

Example

IBasicLineSymbol_Example