Im trying to create a function in C# that would return a random IPoint feature that whould be within a selected polygon, but I'm complete buffed on how to proceed.
Ideally the definiotion of the function would like bellow:
public IPoint Create_Random_Point(IGeometry inGeom)
Just for future reference I created a custom function that tries to find a random point within the extends of the polgon.