PointCloudGetUnsafeLock Method |
Allows the developer to obtain unsafe pointers to the underlying unmanaged data structures of the PointCloud.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax public PointCloudUnsafeLock GetUnsafeLock(
bool writable
)
Public Function GetUnsafeLock (
writable As Boolean
) As PointCloudUnsafeLock
Parameters
- writable
- Type: SystemBoolean
true if user will need to write onto the structure. false otherwise.
Return Value
Type:
PointCloudUnsafeLockA lock that needs to be released.
Remarks See Also