|
ToGHValues Method (IReadOnlyListBuilderShell)
|
convert list of GrassShell to list of GH_Element
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static List<GH_Element> Values(
IReadOnlyList<BuilderShell> in_list
)
Public Shared Function Values (
in_list As IReadOnlyList(Of BuilderShell)
) As List(Of GH_Element)
public:
static List<GH_Element^>^ Values(
IReadOnlyList<BuilderShell^>^ in_list
)
static member Values :
in_list : IReadOnlyList<BuilderShell> -> List<GH_Element>
Parameters
- in_list
- Type: System.Collections.GenericIReadOnlyListBuilderShell
[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderShell})"]
Return Value
Type:
ListGH_Element[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderShell})"]
See Also