PointCloudTryEnumeratePointsAsT Method

CVB.Net Documentation
Tries to get the points of this point cloud.

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

public IEnumerable<T> TryEnumeratePointsAs<T>()
where T : struct, new()

Type Parameters

T
Type to try to get the points in.

Return Value

Type: IEnumerableT
The points (or empty IEnumerableT, when the points could not be gotten).
See Also

Reference