IsClosed3D in arcObjects (in java) is not working

422
0
08-09-2012 03:13 AM
kamilkhan
New Contributor
Am I doing something wrong ? Can anyone please guide...

multipatch_1 is my multipatch feature class.

IsClosed3D isclosed=new IsClosed3D(multipatch_1);
Object obj=isclosed.getInFeatureClass();
IFeatureClass fc=new FeatureClass(obj);
IFeatureCursor ifccursor_=ifcin.IFeatureClass_insert(true);

IFeatureBuffer ifcbuffer_=fc.createFeatureBuffer();
ifccursor_.insertFeature(ifcbuffer_);
ifccursor_.flush();

After writing this feature class when I check its attributes then there is no any addition of field "IsClosed" with its value "Yes" or "NO".  The same tool is working in ArcCatelog.
thanks in advance.
0 Kudos
0 Replies