| 
            
              ToGHValues Method (IReadOnlyListCroSec)
             | 
          
        
         
            convert list of cross sections to list of GH_CroSecs.
            
 
    Namespace: 
   Karamba.GHopper.Utilities
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static List<GH_CrossSection> Values(
	IReadOnlyList<CroSec> in_list
)
Public Shared Function Values ( 
	in_list As IReadOnlyList(Of CroSec)
) As List(Of GH_CrossSection)
public:
static List<GH_CrossSection^>^ Values(
	IReadOnlyList<CroSec^>^ in_list
)
static member Values : 
        in_list : IReadOnlyList<CroSec> -> List<GH_CrossSection> 
Parameters
- in_list
 - Type: System.Collections.GenericIReadOnlyListCroSec
[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.CrossSections.CroSec})"]
 
Return Value
Type: 
ListGH_CrossSection[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.CrossSections.CroSec})"]
See Also