Revit 2025 API
Schedule |
Checks whether the schedule is a type that supports
including elements from linked files.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanIncludeLinkedFiles()
Public Function CanIncludeLinkedFiles As Boolean
public: bool CanIncludeLinkedFiles()
member CanIncludeLinkedFiles : unit -> bool
Return Value
BooleanTrue if elements from linked files can be included, false otherwise.
Elements from linked files can be included in schedules of normal
model elements and in sheet lists, but not in most other specialized
kinds of schedules.
See Also