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: 26.2.0.0 (26.2.0.0)
Syntax
C#
public OpenForeignOption OpenForeignOption { get; set; }
Property Value
OpenForeignOptionThe default value is OpenForeignOption.Open.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |