IOpenFromCloudCallback Interface


IOpen From Cloud Callback Interface

An interface that may be used to control Revit's behavior when opening a cloud model.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public interface IOpenFromCloudCallback

The IOpenFromCloudCallback type exposes the following members.

Methods
Name Description
Public method OnOpenConflict A method called when the conflict is happen during the model opening.
Top
See Also