WriteLAS(FastPointCloud, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal fastPointCloud As FastPointCloud, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public WriteLAS( 
FastPointCloud fastPointCloud
string fileName 
)
This language is not supported or no code example is available.

Parameters

fastPointCloud
FastPointCloud

The FastPointCloud

fileName
string

The file name

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition