GM_PixelsToPoints_t .PixelsToPointsInitSetup Method
Initialize a GM_P2PSetup_t structure to its default state

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 PixelsToPointsInitSetup(
                        GM_P2PSetup_t aSetup
                )

Parameters

aSetup
Type: GlobalMapper.Lidar.GM_P2PSetup_t
IN: Options and output for the P2P operation

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also