Global Mapper SDK
| GM_LineStyle_t Class |
This type is used to describe a style used for drawing a line feature
and its label (if any)
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public class GM_LineStyle_t
The GM_LineStyle_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_LineStyle_t |
Default Constructor for a line feature style
|
| Name | Description | |
|---|---|---|
|
|
AddCustomLineClass |
Adds a new custom Line classification.
|
| Equals | (Inherited from Object .) | |
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
|
|
|
GetLineFeatureClassDrawStyle |
Sets the default drawing style to use for a given Line feature classification
|
| GetType |
Gets the type of the current instance.
(Inherited from
Object
.)
|
|
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
|
SelectLineStyle |
Displays a dialog allowing the user to graphically select a line style (not available on WinCE)
|
|
|
SetLineFeatureClassDrawStyle |
Sets the default drawing style to use for a given line feature classification
|
| ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mBgPenColor | For double line pens, the color of the background line |
|
| mBgPenWidth | For double line pens, the width of the background line; if bg width is > 0, then this is a double line style |
|
| mDrawLabel | Render the label for this line if there is one |
|
| mDrawLabelAlways | Render the label for this line even if it collides with another display label |
|
| mDrawLabelOnLine | Render the label for this line (if any) directly on the line rather than offset from it |
|
| mFixedWidthMeters | Fixed width in meters to use for pen (only used if mPenWidth is zero) |
|
| mFont | Font to use to render label |
|
| mLabelSegment | Segment number (1-based) on which to render label (use 0 to use default label placement) |
|
| mPenColor | Color to use for pen |
|
| mPenStyle | Pen style (i.e. solid, dash, etc.) |
|
| mPenWidth | Width in pixels to draw pen in (set to 0 for fixed width lines) |
|
| mReserved | Must be 0 |
Comments
0 comments
Please sign in to leave a comment.