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

SystemObject
Autodesk.Revit.DBAssemblyMemberDifference
Autodesk.Revit.DBAssemblyMemberDifferentCategory
Autodesk.Revit.DBAssemblyMemberDifference
Autodesk.Revit.DBAssemblyMemberDifferentCategory
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AssemblyMemberDifferentCategory : AssemblyMemberDifference
Public Class AssemblyMemberDifferentCategory Inherits AssemblyMemberDifference
public ref class AssemblyMemberDifferentCategory : public AssemblyMemberDifference
type AssemblyMemberDifferentCategory = class inherit AssemblyMemberDifference end
The AssemblyMemberDifferentCategory type exposes the following members.

Name | Description | |
---|---|---|
![]() | CategoryId1 | Category id of the first assembly member |
![]() | CategoryId2 | Category id of the second assembly member |
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from AssemblyMemberDifference) |

Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from AssemblyMemberDifference) |
![]() | 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) |
See Also