Hi
I have this problem and not found the solution:
I have 2 input Featureset:
please help me...
thanks
Alberto
I have this problem and not found the solution:
I have 2 input Featureset:
IFeatureSet yourFset;
yourFset = fl1.DataSet;
FeatureSet fspcata = new FeatureSet(p.FeatureType);
...
fspcata.AddFeature(PolygonFeat1);
...
one output featuresetTestOutput.Filename = ("OutputClipPolygonWithPolygon.shp");
I want use ClipPolygonWithPolygon in this modeClipPolygonWithPolygon testmyclip = new ClipPolygonWithPolygon();
testmyclip.Execute(yourFset, fspzonz, TestOutput, CancelHandle);
but CancelHandle???? I no understand the usageplease help me...
thanks
Alberto