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)

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_tA list of custom shaders
