Click or drag to resize

GM_UtilityRemoveCustomShader Method

Removes a custom shader

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 RemoveCustomShader(
	string aShaderName
)

Parameters

aShaderName
Type: SystemString
IN: name of custom shader to remove

Return Value

Type: GM_Error_t32
A GM Error Code
See Also