Click or drag to resize

GM_PenStyle_t16 Enumeration

Styles to apply to the pen when drawing features

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_PenStyle_t16
Members
  Member nameValueDescription
PEN_SOLID0
PEN_DASH1
PEN_DOT2
PEN_DASHDOT3
PEN_DASHDOTDOT4
PEN_NULL5
PEN_RAILROAD6
PEN_STRIPED7A solid pen with a single pixel black stripe down the middle
PEN_FIRST_DIRECTED8
PEN_LEFT_FACING_LINE8A railroad tie facing to the left of a line
PEN_RIGHT_FACING_LINE9A railroad tie facing to the right of a line
PEN_COMB_LONG_TEETH_LEFT10A long railroad tie facing to the left of a line
PEN_COMB_LONG_TEETH_RIGHT11A long railroad tie facing to the right of a line
PEN_COMB_WIDE_SPACED_LEFT12Widely spaced railroad ties facing to the left of a line
PEN_COMB_WIDE_SPACED_RIGHT13Widely spaced railroad ties facing to the right of a line
PEN_COMB_ALTERNATING_LEFT14Alternating long and short railroad ties to the left of a line
PEN_COMB_ALTERNATING_RIGHT15Alternating long and short railroad ties to the right of a line
PEN_COMB_COUPLED_LEFT16Double teeth to the left of a line
PEN_COMB_COUPLED_RIGHT17Double teeth to the right of a line
PEN_COMB_TRIPLET_LEFT18Triplet of teeth to the left of a line
PEN_COMB_TRIPLET_RIGHT19Triplet teeth to the right of a line
PEN_RAKE_NARROW_SPACED_LEFT20Narrowly space rake of triangles to the left of a line
PEN_RAKE_NARROW_SPACED_RIGHT21Narrowly space rake of triangles to the right of a line
PEN_RAKE_LARGE_SPACED_LEFT22Large spaced rake of triangles to the left of a line
PEN_RAKE_LARGE_SPACED_RIGHT23Large spaced rake of triangles to the right of a line
PEN_MINUS_SIGNS_LEFT24Minus signs to left of a line
PEN_MINUS_SIGNS_RIGHT25Minus signs to right of a line
PEN_PLUS_SIGNS_LEFT26Plus signs to left of a line
PEN_PLUS_SIGNS_RIGHT27Plus signs to right of a line
PEN_DOTS_LEFT28Dots to left of a line
PEN_DOTS_RIGHT29Dots to right of a line
PEN_T_SHAPED_LEFT30T-shape to left of a line
PEN_T_SHAPED_RIGHT31T-shape to right of a line
PEN_RECTS_LEFT32Rectangles to left of a line
PEN_RECTS_RIGHT33Rectangles to right of a line
PEN_SQUARES_LEFT34Squares to left of a line
PEN_SQUARES_RIGHT35Squares to right of a line
PEN_HALF_CIRCLE_NARROW_LEFT36Narrow-spaced half circles to the left of a line
PEN_HALF_CIRCLE_NARROW_RIGHT37Narrow-spaced half circles to the right of a line
PEN_HALF_CIRCLE_WIDE_LEFT38Widely-spaced half circles to the left of a line
PEN_HALF_CIRCLE_WIDE_RIGHT39Widely-spaced half circles to the right of a line
PEN_DIAMONDS_LEFT40Filled diamonds to the left of a line
PEN_DIAMONDS_RIGHT41Filled diamonds to the right of a line
PEN_LAST_DIRECTED41
PEN_FIRST_DIRECTED_TRACK64
PEN_V_TRACK_FORWARD64Line made up of V symbols opening away the start of the line
PEN_V_TRACK_REVERSE65Line made up of V symbols opening towards the start of the line
PEN_C_TRACK_FORWARD66Line made up of C symbols opening away from the start of the line
PEN_C_TRACK_REVERSE67Line made up of C symbols opening towards from the start of the line
PEN_ARROW_TRACK_FORWARD68Line made up of triangles pointing away the start of the line
PEN_ARROW_TRACK_REVERSE69Line made up of triangles pointing towards the start of the line
PEN_V_TRACK_SOLID_FORWARD70Line made up of V symbols opening away the start of the solid line
PEN_V_TRACK_SOLID_REVERSE71Line made up of V symbols opening towards the start of the solid line
PEN_LAST_DIRECTED_TRACK71
PEN_FIRST_SOLID_SYMBOL128
PEN_SOLID_WITH_X128Solid line with X's through them
PEN_SOLID_DIAMONDS129Solid line with solid diamonds through them
PEN_SOLID_EMPTY_DIAMONDS130Solid line with empty diamonds through them
PEN_SOLID_CIRCLES131Solid line with solid circles through them
PEN_SOLID_EMPTY_CIRCLES132Solid line with empty circles through them
PEN_LAST_SOLID_SYMBOL132
PEN_FIRST_END_SYMBOL256
PEN_ARROW_TO_START256Solid line with an arrow pointing to the start of the line
PEN_ARROW_TO_END257Solid line with an arrow pointing to the end of the line
PEN_EMPTY_CIRCLE_AT_START258Solid line with an empty circle at the start of the line
PEN_EMPTY_CIRCLE_AT_END259Solid line with an empty circle at the end of the line
PEN_LAST_END_SYMBOL259
PEN_STRIPED_BLACK_EDGES260A solid pen with a single pixel black stripe down each edge
PEN_NUM_STYLES261
PEN_FIRST_STYLIZED6
See Also