PointCloudExtensionsSave Method

CVB.Net Documentation
Saves this point cloud to the given fileName.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static void Save(
	this PointCloud pc,
	string fileName
)

Parameters

pc
Type: Stemmer.CvbPointCloud
PointCloud to save.
fileName
Type: SystemString
Full path to the file to save to.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PointCloud. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
CvbExceptionWhen saving the point cloud failed.
See Also

Reference