CloudPoint Constructor

Creates a new cloud point.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public CloudPoint(
	float x,
	float y,
	float z,
	int color
)

Parameters

x  Single
The X coordinate.
y  Single
The Y coordinate.
z  Single
The Z coordinate.
color  Int32
The color.

See Also

Reference

CloudPoint Structure
Autodesk.Revit.DB.PointClouds Namespace