|
GHUtilsreadDefaultCrosecTable Method
|
read the default cross section table and return its contents as a list of GH-cross sections
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static List<GH_CrossSection> readDefaultCrosecTable()
Public Shared Function readDefaultCrosecTable As List(Of GH_CrossSection)
public:
static List<GH_CrossSection^>^ readDefaultCrosecTable()
static member readDefaultCrosecTable : unit -> List<GH_CrossSection>
Return Value
Type:
ListGH_CrossSection[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.GHUtils.readDefaultCrosecTable"]
See Also