PointCloudReleaseUnsafeLock Method |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax public void ReleaseUnsafeLock(
PointCloudUnsafeLock pointCloudData
)
Public Sub ReleaseUnsafeLock (
pointCloudData As PointCloudUnsafeLock
)
Parameters
- pointCloudData
- Type: Rhino.GeometryPointCloudUnsafeLock
The data that will be unlocked.
See Also