OpenOptionsIgnoreExtensibleStorageSchemaConflict Property

Specifies whether to ignore the error of schema conflict.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IgnoreExtensibleStorageSchemaConflict { get; set; }

Property Value

Boolean
Remarks
The default is false. Setting this to true will ignore the exception of schema conflict while opening the model. Data in the existing schema with the same ID will be erased from the model.
See Also