Click or drag to resize

RuntimeComponentData Properties

The RuntimeComponentData type exposes the following members.

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
See Also