Click or drag to resize

GM_Layer_tSetPointFeatureDrawStyle Method

Sets the drawing style to use for the point feature

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

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aPointStyle
Type: GlobalMapper.TypesGM_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