diff --git a/Revit_Core_Engine/Query/LinkedElementsInView.cs b/Revit_Core_Engine/Query/LinkedElementsInView.cs index cc0158251..ee9b4952a 100644 --- a/Revit_Core_Engine/Query/LinkedElementsInView.cs +++ b/Revit_Core_Engine/Query/LinkedElementsInView.cs @@ -4,20 +4,20 @@ * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. - * - * - * The BHoM is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3.0 of the License, or - * (at your option) any later version. - * - * The BHoM is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this code. If not, see . + * + * + * The BHoM is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3.0 of the License, or + * (at your option) any later version. + * + * The BHoM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this code. If not, see . */ using Autodesk.Revit.DB; @@ -33,7 +33,7 @@ public static partial class Query /***************************************************/ /**** Public methods ****/ /***************************************************/ - + [Description("Return elements from link instance located in given view. Method returns all instance elements in the view scope (including hidden elements)")] [Input("view", "ViewPlan to get the elements from.")] [Input("linkInstance", "Revit Link Instance to get the elements from.")] @@ -61,4 +61,4 @@ public static List LinkedElementsInView(this ViewPlan view, RevitLinkIn /***************************************************/ } -} \ No newline at end of file +}