Revit 2025.3 API
IExternal |
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
DisparityResponse OnServersDisparity( Document document, IList<Guid> oldServers )
Function OnServersDisparity ( document As Document, oldServers As IList(Of Guid) ) As DisparityResponse
DisparityResponse OnServersDisparity( Document^ document, IList<Guid>^ oldServers )
abstract OnServersDisparity : document : Document * oldServers : IList<Guid> -> DisparityResponse
Parameters
- document Document
- oldServers IListGuid
Return Value
DisparityResponseSee Also