Revit 2026 API
IExternal |
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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