Agent.Components.DebugDeconstructAgent.RegisterInputParams C# (CSharp) Method

RegisterInputParams() protected method

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_Component pManager ) : void
pManager GH_Component
return void
    protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
    {
      pManager.AddGenericParameter("Agent", "A", "Agent", GH_ParamAccess.item);
    }