Associate adaptive Family to Reference points

Hi @benpkoch
As you probably know this is what we get as nodes for placing adaptive components:


Adaptive component by points just sets the points location, so actually the component is not hosted to anything, it just sits on the given locations.
AdaptiveComponent.ByParametersOnFace hosts the adaptive components to a Revit surface.
AdaptiveComponent.ByParametersOnCurveReference hosts the components to a curve
And now to your question. My bet is it is possible with the API.
Look at this old topic here:

You can set the adaptive points reference, so I guess(but I’m not sure )that you can use your existing reference points for that.
Though I think hosting them on a curve or a surface is a better option.