🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Is ParameterTypeCheckBoxGroup no more supported?

User: "Haoyang"
New Altair Community Member
Updated by Jocelyn
I was building an operator with ParameterTypeCheckBoxGroup, and I find when I want to get the parameters, it returned null
ParameterTypeCheckBoxGroup leads=new ParameterTypeCheckBoxGroup(PARAMETER_LEADS, "choose the leads to focus on"); for (String lead : leadName.getLead()){
leads.add(null,lead);
}
step.focused_leads= stringToSelection(getParameterAsString(PARAMETER_LEADS));

Find more posts tagged with

Sort by:
1 - 2 of 21