PointCloudColorSettings Members

The PointCloudColorSettings type exposes the following members.

Constructors

  NameDescription
Public methodPointCloudColorSettings()()()()
Constructs color settings object with default colors.
Public methodPointCloudColorSettings(PointCloudColorMode)
Constructs color settings object with default color for given color mode.
Public methodPointCloudColorSettings(PointCloudColorSettings)
Constructs a copy of source object.
Public methodPointCloudColorSettings(Color, Color)
Constructs color settings object from given colors.

Methods

  NameDescription
Public methodAssign
Assigns values of the source settings to this object.
Public methodDispose
Releases all resources used by the PointCloudColorSettings
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Check if the contents of two settings are equal.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyColor1
Color 1
Public propertyColor2
Color 2
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also