Click or drag to resize

GM_PointStyle_tSetPointFeatureClassDrawStyle Method

Sets the default drawing style to use for a given point feature classification

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SetPointFeatureClassDrawStyle(
	PointFeatureClass_t16 aFeatureClass,
	GM_PointStyle_t aPointStyle
)

Parameters

aFeatureClass
Type: GlobalMapperPointFeatureClass_t16
IN: Feature class to set draw style for
aPointStyle
Type: GlobalMapperGM_PointStyle_t
IN: New style to use for point class (NULL to reset to default)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also