Select to view content in your preferred language

esriGeometryHitPartType Constants

698
0
12-03-2009 04:56 PM
GregRieck
Frequent Contributor
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
0 Kudos
0 Replies