Share

ScheduleDefinition.IncludeLinkedFiles Property

Indicates if the schedule includes elements from linked files.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public bool IncludeLinkedFiles { get; set; }

Property Value

Boolean
True if elements in linked files should be included, false otherwise.

Exceptions

ExceptionCondition
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.

Remarks

For an embedded ScheduleDefinition, this setting is controlled by the primary ScheduleDefinition and cannot be set in the embedded ScheduleDefinition.

See Also

Reference

Was this information helpful?