MultiReferenceAnnotationOptions.ReferencesDontMatchReferenceCategory Method

MultiReferenceAnnotationOptionsReferencesDontMatchReferenceCategory Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ReferencesDontMatchReferenceCategory(
	IList<Reference> references
)
Public Function ReferencesDontMatchReferenceCategory ( 
	references As IList(Of Reference)
) As Boolean
public:
bool ReferencesDontMatchReferenceCategory(
	IList<Reference^>^ references
)
member ReferencesDontMatchReferenceCategory : 
        references : IList<Reference> -> bool 

Parameters

references  IListReference
 

Return Value

Boolean
See Also