Skip to content

Commit

Permalink
update after comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-pekacki committed Aug 29, 2022
1 parent 2a8f0d7 commit 14c89ea
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Revit_Core_Engine/Query/LinkedElementsInView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gnu.org/licenses/lgpl-3.0.html>.
*
*
* 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 <https://www.gnu.org/licenses/lgpl-3.0.html>.
*/

using Autodesk.Revit.DB;
Expand All @@ -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.")]
Expand Down Expand Up @@ -61,4 +61,4 @@ public static List<Element> LinkedElementsInView(this ViewPlan view, RevitLinkIn

/***************************************************/
}
}
}

0 comments on commit 14c89ea

Please sign in to comment.