WriteASC(FastPointCloud, Stream, Char) Constructor

Standard constructor.
Public Sub New( _ 
ByVal fastPointCloud As FastPointCloud, _ 
ByVal stream As Stream, _ 
Optional ByVal separator As Char = ' ' _ 
)
This language is not supported or no code example is available.
public WriteASC( 
FastPointCloud fastPointCloud
Stream stream
char separator = ' ' 
)
This language is not supported or no code example is available.

Parameters

fastPointCloud
FastPointCloud

The FastPointCloud

stream
Stream

The file stream

separator
char

The separator between coordinates values character

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition