GeometryColor.BySurfaceColor in c# dot net

Hi,
I need to UV map an image on a surface, inside a zero touch c# node.
We can do it easily in dynamo by using GeometryColor.BySurfaceColor.
If I want to write this in c#, how should I write it inside zero touch c# dot net node?

Second question:
Is there any documentation for c# or python, where I can find some sample code?
Only sample codes are available are drawing lines or drawing midpoint.

Is there any resources for zero touch c#?
Even python will be a big help. I can relate and get some clue.

Many thanks in advance!

Found it.
Modifiers.GeometryColor.BySurfaceColors(…

1 Like