PointCloudFromHandle Method

CVB.Net Documentation
Creates a point cloud from the given handle.

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

public static PointCloud FromHandle(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Handle to create point cloud with.

Return Value

Type: PointCloud
Created point cloud.
Exceptions

ExceptionCondition
ArgumentExceptionWhen handle is Zero.
See Also

Reference