Click or drag to resize

GM_Layer_tSetPointFeatureDrawStyle Method

Sets the drawing style to use for the point feature

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetPointFeatureDrawStyle(
	uint aFeatureIndex,
	GM_PointStyle_t aPointStyle
)

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aPointStyle
Type: GlobalMapperGM_PointStyle_t
New style to use for point, pass null to restore default type-based stuff

Return Value

Type: GM_Error_t32
A GM Error Code
See Also