Hello,
Is there a way to assign more than one esriGeometryHitPartType Constants? In 9.3 and back you could just add the constant values and pass that value. I got it to work using " | " or but that makes the code really long -
esriGeometryHitPartType.esriGeometryPartEndpoint | esriGeometryHitPartType.esriGeometryPartBoundary;
Is there a better way?
G