Click or drag to resize

GM_FoundFeature_tCompareLayer Method

Compares this found layer with a given layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public bool CompareLayer(
	GM_Layer_t aLayer
)

Parameters

aLayer
Type: GlobalMapperGM_Layer_t
The layer to compare against

Return Value

Type: Boolean
True if layers are the same False if layers are not the same
See Also