ReadLAS.GetFastPointCloud Method

Gets the FastPointCloud read from the file.
Public Function GetFastPointCloud( _ 
ByVal formatType As formatType
) As FastPointCloud
This language is not supported or no code example is available.
public FastPointCloud GetFastPointCloud( 
formatType formatType 
)
This language is not supported or no code example is available.

Parameters

formatType
formatType

The formatType that must be used to create the resulting FastPointCloud.

Return Value

FastPointCloud

The FastPointCloud read from the file according to the formatType.

Remarks
 
If you need to get the FastPointCloud in a different format type than the one used in the constructor, please ensure to have set ReadFastPointCloudBase.FillColors, ReadFastPointCloudBase.FillIntensities and FillClassifications to true before reading the file.

.NET Framework

Supported in: 4.8

In this article

Definition