|
Dear All,
Consider the following scenario:
I have 2 feature classes : FC1 and FC2
FC1 has 2 subtypes: FC1_ST1,FC1_ST2 FC2 has 2 subtypes: FC2_ST1,FC2_ST2
Now I have a requirement where I need to snap any subtype of FC1 to FC2_ST1 subtype of FC2.
I have tried setting the SNAPTOSUBTYPE value in Snapping.xml and then re-importing. But it is not affected.
I also tried editing MM_Snapping table by updating the SNAPTOSUBTYPE column value with FC2_ST1 against FC2 feature class. Even then its not working. Its simply snapping to any subtype of FC2 rather than FC2_ST1 subtype.
I wanted to programmatically set and try but IMMSnapping interface doesnot have any property to set SNAPTOSUBTYPE value.
Please suggest and guide.
Thank you.
Regards Muzammil
|