Revit 2026 API
Color |
Represent if the scheme includes entries whose parameter values are based on elements from linked files.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsLinkedFilesIncluded { get; set; }
Public Property IsLinkedFilesIncluded As Boolean Get Set
public: property bool IsLinkedFilesIncluded { bool get (); void set (bool value); }
member IsLinkedFilesIncluded : bool with get, set
Property Value
BooleanSee Also