Click or drag to resize

GM_UtilityGetElevationShaders Method

Returns a list of the available elevation shaders in type GM_CustomShader_t*

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_CustomShader_t[] GetElevationShaders(
	bool aCustomOnly
)

Parameters

aCustomOnly
Type: SystemBoolean
IN: Do you only want custom shaders returned?

Return Value

Type: GM_CustomShader_t
A list of custom shaders
See Also