RVTDocs.com

ScheduleDefinition.IncludeLinkedFiles

Property
Description:
Indicates if the schedule includes elements from linked files.
Remarks:
For an embedded ScheduleDefinition, this setting is controlled by the primary ScheduleDefinition and cannot be set in the embedded ScheduleDefinition.
Syntax
public bool IncludeLinkedFiles { get; set; }
Exceptions
Exception Condition
InvalidOperationException When setting this property: This ScheduleDefinition does not support including elements from linked files. -or- When setting this property: This ScheduleDefinition is an embedded ScheduleDefinition.