MultiReferenceAnnotationOptionsReferencesDontMatchReferenceCategory Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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