Revit 2025 API
Assembly |
The two assemblies being compared have different members

SystemObject
Autodesk.Revit.DBAssemblyDifference
Autodesk.Revit.DBAssemblyDifferenceMemberDifference
Autodesk.Revit.DBAssemblyDifference
Autodesk.Revit.DBAssemblyDifferenceMemberDifference
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AssemblyDifferenceMemberDifference : AssemblyDifference
Public Class AssemblyDifferenceMemberDifference Inherits AssemblyDifference
public ref class AssemblyDifferenceMemberDifference : public AssemblyDifference
type AssemblyDifferenceMemberDifference = class inherit AssemblyDifference end
The AssemblyDifferenceMemberDifference type exposes the following members.

Name | Description | |
---|---|---|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from AssemblyDifference) |
![]() | MemberDifference | Difference between the assembly members |
![]() | MemberId1 | Id of the member in the first assembly |
![]() | MemberId2 | Id of the member in the second assembly |

Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from AssemblyDifference) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |

This difference means that there is a member of the first assembly which
is different from the corresponding member of the second assembly.
Details about the difference are in memberDifference.
See Also