You are here: Start » AVL.NET » Invoke.LoadPoint3DGridWithImage
Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an ordered rectangular grid with no holes.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LoadPoint3DGridWithImage ( string inFile, Avl.Point3DFileFormat inFileFormat, Optional<int> inImageWidth, Optional<int> inImageHeight, Avl.Point3DGrid outPoint3DGrid, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inFile | string | |||
![]()  | inFileFormat | Avl.Point3DFileFormat | |||
![]()  | inImageWidth | Atl.Optional<int> | <1, 65535> | An override for the point cloud width. Default value: atl::NIL. | |
![]()  | inImageHeight | Atl.Optional<int> | <1, 65535> | An override for the point cloud height. Default value: atl::NIL. | |
![]()  | outPoint3DGrid | Avl.Point3DGrid | |||
![]()  | outImage | Avl.Image | Output image. | 


