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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Check if the contents of two settings are equal.
Public methodToString
Returns a string that represents the current object.
(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