Is it possible to make a Cluster type model, and then transfer the information from cluster to a component c # in visual studio?

I’m learning how to make SDK components for a plugin.
My question is, is it possible to make a Cluster type model, and then transfer the information from cluster to a component c # in visual studio ?.
Thank you very much

Not really. C# doesn’t work in the same logic that a grasshopper definition (clustered or not) works.

You can simulate a document inside C# component, however it’s kind of meaningless

Thank you very much for the answer, do you know if there is a way in which the definition of “grasshopper” can be a component of the plugin I am creating?

Make it a user object.