GM_Utility .RemoveCustomShader Method
Removes a custom shader

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 RemoveCustomShader(
    string aShaderName
)

Parameters

aShaderName
Type:  System . String
IN: name of custom shader to remove

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also