Revit 2018 API |
CloudPoint Constructor |
CloudPoint Structure See Also |
Creates a new cloud point.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public CloudPoint( float x, float y, float z, int color ) |
Visual Basic |
---|
Public Sub New ( _ x As Single, _ y As Single, _ z As Single, _ color As Integer _ ) |
Visual C++ |
---|
public: CloudPoint( float x, float y, float z, int color ) |
Parameters
- x
- Type: System..::..Single
The X coordinate.
- y
- Type: System..::..Single
The Y coordinate.
- z
- Type: System..::..Single
The Z coordinate.
- color
- Type: System..::..Int32
The color.