Maptitude GISDK Help |
Sets the arrowhead style used to draw line features.
SetArrowheads(string lyr_set_name, string ah_style)
Argument |
Contents |
lyr_set_name |
Name of the layer or selection set |
ah_style |
"None" for no arrowheads, "Topology" to show arrowheads in the topological direction of the line, or "Flow" to show arrowheads on one-way streets |
When used on a selection set, a null value for ah_style indicates that lines of selected features should be drawn with the default arrowhead style for the layer.
If lyr_set_name is null, SetArrowheads() operates on the current layer.
// Show arrowheads on main streets only...
SetArrowheads ("Streets|", "None")
SetArrowheads ("Streets|Major Roads", "Flow")
Error Type |
Meaning |
NotFound |
The layer or selection set does not exist |
Function |
Summary |
Gets the style of arrowheads used to draw line features |
|
Sets the color used to draw line features |
|
Sets the line style used to draw line features |
|
Sets the line width used to draw line features |
©2025 Caliper Corporation | www.caliper.com |