ArcObjects Point Within Polygon – How to Determine if a Point Exists Within a Polygon

arcgis-enginearcobjects

Does anyone know a function to determine if a Point exists within a polygon?

Edit: I'm using C# with ArcEngine10.

Best Answer

Take a look at the IRelationalOperator2 you can cast your polygon to that Interface and use the contains method.