IOpenFromCloudCallback 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: 26.0.4.0 (26.0.4.0)
Syntax
public interface IOpenFromCloudCallback

The IOpenFromCloudCallback type exposes the following members.

Methods
 NameDescription
Public methodOnOpenConflict A method called when the conflict is happen during the model opening.
Top
See Also