GM_LidarUtil_t .SwathSeparationImage Method

Gets the active Lidar class filter for display and other operations.

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 CreateSwathSeparationImage(
                        string aOutputImageFilename,
                        GM_SwathSeperationImageSetup_t aSetup,
                        GM_Layer_t aOutputLayer,
                        GM_Layer_t aOverlapDiffGridLayer
                )

Parameters

aOutputImageFilename
Type: System.String
Full path and file to SSI image that will be exported (type determined by extension)
aOutputLayer
Type: GlobalMapper.Types.GM_Layer_t
Handle to reloaded output layer saved here (if GM_SSI_LoadGeneratedImage provided)
aOverlapDiffGridLayer
Type: GlobalMapper.Types.GM_Layer_t
Handle to delta-Z layer saved here (if GM_SSI_SaveOverlapDiffGridLayer provided)
aSetup
Type: GlobalMapper.Lidar.GM_SwathSeparationImageSetup_t

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also