Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadLAS Class / GetFastPointCloud Method
The ReadLAS.formatType that must be used to create the resulting FastPointCloud.

In This Topic
    GetFastPointCloud Method
    In This Topic
    Gets the FastPointCloud read from the file.
    Syntax
    'Declaration
     
    Public Function GetFastPointCloud( _
       ByVal formatType As ReadLAS.formatType _
    ) As FastPointCloud
    public FastPointCloud GetFastPointCloud( 
       ReadLAS.formatType formatType
    )

    Parameters

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

    Return Value

    The FastPointCloud read from the file according to the ReadLAS.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 FillColors, FillIntensities and FillClassifications to true before reading the file.
    See Also