SubComponent_Temperature_Depr_4 Class

[Missing <summary> documentation for "T:Karamba.GHopper.Loads.SubComponent_Temperature_Depr_4"]

Definition

Namespace: Karamba.GHopper.Loads
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class SubComponent_Temperature_Depr_4 : SubComponent
Inheritance
Object    SubComponent    SubComponent_Temperature_Depr_4

Constructors

SubComponent_Temperature_Depr_4 Initializes a new instance of the SubComponent_Temperature_Depr_4 class

Properties

BaseComponent Gets or sets sets the IGH_Component to which this SubComponent belongs.
(Inherited from SubComponent)

Methods

AddRuntimeMessage Add a new message to this instance BaseComponent. Valid message type flags are Warning and Error. If the Message string is empty or zero-length no message is added.
(Inherited from SubComponent)
BeforeSolveInstance before solve the sub-component.
(Inherited from SubComponent)
display_name
(Overrides SubComponentdisplay_name)
DrawViewportWires Draw preview wires for this component and all associated parameters.
(Inherited from SubComponent)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
name
(Overrides SubComponentname)
OnComponentLoaded sets up initial state of the GUI.
(Inherited from SubComponent)
registerEvaluationUnits
(Overrides SubComponentregisterEvaluationUnits(EvaluationUnitManager))
Setup To be called inside registerEvaluationUnits(EvaluationUnitManager). Base method for initializing menus and other attribute depending data. Override in derived class to initialize menus.
(Inherited from SubComponent)
SolveInstance
(Overrides SubComponentSolveInstance(IGH_DataAccess, String, GH_RuntimeMessageLevel))
ToString Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

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

See Also