GM_PointStyle_t Class
This type is used to describe a style used for drawing a point feature and its label (if any)
Inheritance Hierarchy
System Object
GlobalMapper GM_PointStyle_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_PointStyle_t
                                

The GM_PointStyle_t type exposes the following members.

Constructors
Methods
NameDescription
Public methodStatic memberAddCustomPointClass
Adds a new custom point classification.
Public methodStatic memberAddCustomSymbol
Adds a new custom symbol that can be used when drawing point features (see the GM_SetPointFeatureDrawStyle function)
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public methodStatic memberGetAvailableSymbolNames
Returns the list of available symbol names (returns char**)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodStatic memberGetPointFeatureClassDrawStyle
Sets the default drawing style to use for a given point feature classification
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodStatic memberRemoveCustomSymbol
Removes a custom symbol
Public methodStatic memberSetPointFeatureClassDrawStyle
Sets the default drawing style to use for a given point feature classification
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
NameDescription
Public fieldmDrawLabel
Render the label for this line if there is one
Public fieldmDrawLabelAlways
Render the label for this line even if it collides with another display label
Public fieldmFont
Font to use to render label
Public fieldmRotation
Rotation angle in degrees (0 is up orth, 90 right/east, etc.) and rotation sense flags
Public fieldmScale
Symbol scaling factor to apply (use negative values to make symbol a fixed height in meters, i.e. -10 would make symbol 10 meters high)
Public fieldmSymbolName
Name of symbol
Top
See Also