PointCloudOverrides Members


The PointCloudOverrides type exposes the following members.

Constructors

Name Description
Public method PointCloudOverrides
Constructs empty overrides object.

Methods

Name Description
Public method Static member ArePointCloudOverrideSettingsValid
Checks if PointCloudOverrideSettings are valid
Public method Assign
Assigns values of the source overrides to this object.
Public method Dispose
Releases all resources used by the PointCloudOverrides
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetPointCloudOverrideSettings(ElementId) Obsolete.
Gets override settings assigned to the whole PointCloudInstance element.
Public method GetPointCloudOverrideSettings(ElementId, String, Document) Obsolete.
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Public method GetPointCloudRegionOverrideSettings(ElementId)
Gets region override settings assigned to the whole PointCloudInstance element.
Public method GetPointCloudRegionOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular region within a PointCloudInstance element.
Public method GetPointCloudScanOverrideSettings(ElementId)
Gets scan override settings assigned to the whole PointCloudInstance element.
Public method GetPointCloudScanOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IsEqual
Check if the contents of two overrides are equal.
Public method SetPointCloudOverrideSettings(ElementId, PointCloudOverrideSettings) Obsolete.
Assigns override settings to the whole PointCloudInstance element.
Public method SetPointCloudOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) Obsolete.
Assigns override settings to a particular scan within a PointCloudInstance element.
Public method SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns region override settings to the whole PointCloudInstance element.
Public method SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns override settings to a particular region within a PointCloudInstance element.
Public method SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns scan override settings to the whole PointCloudInstance element.
Public method SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also