Click or drag to resize

RuntimeComponentData Class

Runtime component data.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsRuntimeComponentData

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public class RuntimeComponentData

The RuntimeComponentData type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeComponentData
Create a new static component data instance.
Top
Properties
  NameDescription
Public propertyCachedDescription
Get cached component description.
Public propertyCachedIcon
Get cached component icon.
Public propertyCachedName
Get cached component name.
Public propertyCachedNickname
Get cached component nickname.
Public propertyDynamicInputs
Get component's dynamic inputs. Contains those input parameters that do not belong the the component's default input section.
Public propertyDynamicOutputs
Get component's dynamic outputs. Contains those output parameters that do not belong the the component's default output section.
Public propertyStaticInputs
Get component's default inputs. Default inputs are those parameters that appear in the regular grasshopper component input section.
Public propertyStaticOutputs
Get component's default ouputs. Default outputs are those parameters that appear in the regular grasshopper component output section.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetComponentInputs
Public methodGetComponentInputSection
Public methodGetComponentOutputs
Public methodGetComponentOutputSection
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareWrite
Temporarily remove active unit's parameters.
Public methodRegisterUnit
Register given evaluation unit.
Public methodRestoreWrite
Restore component.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterUnit
Unregister given evaluation unit.
Top
See Also