Enum determining whether the source type of a temporary rvt link is an ifc.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum LinkOriginFileType
Members
| Member name | Value | Description |
|---|
| IFC | 1 |
The original link file is an ifc file.
|
| RVT | 0 |
Default RVT, curently only support ifc.
|
See Also
Reference