Maptitude GISDK Help

SetArrowheads()

Summary

Sets the arrowhead style used to draw line features.

 

Syntax

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

 

Notes

Example

// Show arrowheads on main streets only...

SetArrowheads ("Streets|", "None")

SetArrowheads ("Streets|Major Roads", "Flow")

 

Error Codes

Error Type Meaning
NotFound The layer or selection set does not exist

 

See Also

Function Summary
GetArrowheads() Gets the style of arrowheads used to draw line features
SetLineColor() Sets the color used to draw line features
SetLineStyle() Sets the line style used to draw line features
SetLineWidth() Sets the line width used to draw line features

 

 

©2025 Caliper Corporation www.caliper.com