Click or drag to resize

GM_PointStyle_t Constructor (String, GM_FontDef_t, Boolean, Boolean, UInt16, Single)

Constructor for a point feature style

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_PointStyle_t(
	string aSymbolName,
	GM_FontDef_t aFont,
	bool aDrawLabel,
	bool aDrawLabelAlways,
	ushort aRotation,
	float aScale
)

Parameters

aSymbolName
Type: SystemString
Name of symbol
aFont
Type: GlobalMapperGM_FontDef_t
Font to use to render label
aDrawLabel
Type: SystemBoolean
Render the label for this line if there is one
aDrawLabelAlways
Type: SystemBoolean
Render the label for this line even if it collides with another display label
aRotation
Type: SystemUInt16
Rotation angle in degrees (0 is up/north, 90 right/east, etc.) and rotation sense flags
aScale
Type: SystemSingle
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)
See Also