IOpenFromCloudCallback Interface |
An interface that may be used to control Revit's behavior when opening a cloud model.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic interface IOpenFromCloudCallback
Public Interface IOpenFromCloudCallback
public interface class IOpenFromCloudCallback
type IOpenFromCloudCallback = interface end
The IOpenFromCloudCallback type exposes the following members.
Methods | Name | Description |
---|
 | OnOpenConflict |
A method called when the conflict is happen during the model opening.
|
Top
See Also