Share

OpenOptions.IgnoreExtensibleStorageSchemaConflict Property

Specifies whether to ignore the error of schema conflict.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

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

Reference

Was this information helpful?