OpenOptionsOpenForeignOption Property

An option that specifies how to open files saved by an application that was not developed or licensed by Autodesk.

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

Property Value

OpenForeignOption
The default value is OpenForeignOption.Open.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also