|
FromGHValues Method (IReadOnlyListGH_Boolean)
|
remove wrapper from list of GH_Boolean
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static List<bool> Values(
IReadOnlyList<GH_Boolean> in_gh_list
)
Public Shared Function Values (
in_gh_list As IReadOnlyList(Of GH_Boolean)
) As List(Of Boolean)
public:
static List<bool>^ Values(
IReadOnlyList<GH_Boolean^>^ in_gh_list
)
static member Values :
in_gh_list : IReadOnlyList<GH_Boolean> -> List<bool>
Parameters
- in_gh_list
- Type: System.Collections.GenericIReadOnlyListGH_Boolean
[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Boolean})"]
Return Value
Type:
ListBoolean[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Boolean})"]
See Also