Select to view content in your preferred language

Attributes Transfering from point to polygon if fields having domain values

1236
0
10-03-2011 07:01 AM
PhanindraDulam
Emerging Contributor
Hi All,

I am facing problem when constructing new polygons i am unable to trasfer attributes from point to polygon. if fields doesn't have domains and subtypes , the attributes transfer properly.

//Constructs polygons from the selected line features
                objFeatureConstruction.ConstructPolygonsFromFeatures(new CancelOperation(), objPolygonFeatureClass,
                    objProcessingBounds, false, false, objEnumFeature, invalidArea, -1, objPointFeatureClass);

I am using "IFeatureConstruction" Interface through C#.net. its not giving any error's. its constructing polygons properly, just it's not trasfering attributes.

kindly help on this anyone.

thanks in advance.
0 Kudos
0 Replies