PointCloudUnsafeLockColorArray Method |
Retrieves a pointer to the raw array of colors, which are represented
as 32-bit integers in ARGB format, or null if none is available.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax public int* ColorArray(
out int length
)
Visual Basic does not support APIs that consume or return unsafe types.
Parameters
- length
- Type: SystemInt32
The length of the array. This value is returned by reference (out in C#).
0 is returned when there is no single precision array.
Return Value
Type:
Int32*
The beginning of the color array. Item 0 is the first vertex,
and item length-1 is the last valid one. If no array is available, null is returned.
See Also