Click or drag to resize

GM_FoundFeature_tCompareLayer Method

Compares this found layer with a given layer

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public bool CompareLayer(
	GM_Layer_t aLayer
)

Parameters

aLayer
Type: GlobalMapper.TypesGM_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