GM_P2PControlPoint_t Constructor
Constructor to set values directly.

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

Syntax
C#
Copy
public GM_P2PControlPoint_t(
    string mName = null,
    GM_P2PImagePixel_t mImagePixelList = null,
    uint mImagePixelCount = 0
)

Parameters

mName (Optional)
Type:   System.String
Optional name of control point
mImagePixelList (Optional)
Type:  GlobalMapper.Lidar.GM_P2PImagePixel_t
List of associated image pixels for this control point
mImagePixelCount (Optional)
Type:  System.UInt32
How many entries are in the mImagePixelList
See Also