NodeData based classic plugin classes can implement NodeData::GetDEnabling(). This allows to dynamically enable and disable parameters in the Attribute Manager.
NodeData::GetDEnabling() corresponds to C4DAtom::GetEnabling().
NodeData::GetDEnabling() is called with the DescID of each parameter. The function simply returns true
if the given parameter should be enabled and false
if the given parameter should be disabled.
The arguments of the function are: