GM_Utility .GetElevationShaders Method
Returns a list of the available elevation shaders in type GM_CustomShader_t*

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

Syntax
C#
Copy
public static GM_CustomShader_t[] GetElevationShaders(
    bool aCustomOnly
)

Parameters

aCustomOnly
Type:  System . Boolean
IN: Do you only want custom shaders returned?

Return Value

Type:  GM_CustomShader_t
A list of custom shaders
See Also