SymbolLine Property
SymbolLine returns the line format object for the vector map symbols. Returns a LineFormat object. This is a read-only property.
Syntax
object.SymbolLine
Example 1
This example demonstrates how to return the line style of a vector symbol.
Debug.Print VectorLayer.SymbolLine.Style
Example 2
This example demonstrates how to set the line width of a vector symbol to 0.05 page units.
VectorLayer.SymbolLine.Width = 0.05
Used by: VectorLayer Object