Default_CroSec_Table Class

Singleton class that holds a list of default cross sections.

Definition

Namespace: Karamba.GHopper.CrossSections
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public sealed class Default_CroSec_Table
Inheritance
Object    Default_CroSec_Table

Properties

Instance Gets the instance of the singleton.

Methods

ClearSingleton remove the unit conversion singletons so that they can be re-instantiated.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

gh_crosecs List of default cross sections.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also