The PointCloudOverrides type exposes the following members.

Constructors

  NameDescription
Public methodPointCloudOverrides
Constructs empty overrides object.

Methods

  NameDescription
Public methodStatic memberArePointCloudOverrideSettingsValid
Checks if PointCloudOverrideSettings are valid
Public methodAssign
Assigns values of the source overrides to this object.
Public methodDispose
Releases all resources used by the PointCloudOverrides
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 methodGetPointCloudRegionOverrideSettings(ElementId)
Gets region override settings assigned to the whole PointCloudInstance element.
Public methodGetPointCloudRegionOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular region within a PointCloudInstance element.
Public methodGetPointCloudScanOverrideSettings(ElementId)
Gets scan override settings assigned to the whole PointCloudInstance element.
Public methodGetPointCloudScanOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Check if the contents of two overrides are equal.
Public methodSetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns region override settings to the whole PointCloudInstance element.
Public methodSetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns override settings to a particular region within a PointCloudInstance element.
Public methodSetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns scan override settings to the whole PointCloudInstance element.
Public methodSetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also