LinkPosition Property


IFCImport Options Link Position Property

The position of the Linked IFC File in the Host Document.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCLinkPosition LinkPosition { get; set; }

Property Value

IFCLinkPosition
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also