Property | Type | Description | |
---|---|---|---|
apply | bool |
Method | Description | |
---|---|---|
AbstractRuleComponent ( string name, string nickname, string description, string subcategory, |
Initializes a new instance of the AbstractRuleComponent class.
|
|
GetInputs ( IGH_DataAccess da ) : bool | ||
RegisterInputParams ( GH_InputParamManager pManager ) : void |
Registers all the input parameters for this component.
|
protected AbstractRuleComponent ( string name, string nickname, string description, string subcategory, |
||
name | string | |
nickname | string | |
description | string | |
subcategory | string | |
icon | ||
componentGuid | string | |
return | System.Drawing |
protected GetInputs ( IGH_DataAccess da ) : bool | ||
da | IGH_DataAccess | |
return | bool |
protected RegisterInputParams ( GH_InputParamManager pManager ) : void | ||
pManager | GH_InputParamManager | |
return | void |