<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The area of feature don't equal the value Shape.Area ? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439632#M11922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you validate the following information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Are you looking at the correct features (for matching)? Can you print the FIDs or does it have just one feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Are you changing the coordinate reference system in any way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) When looking at the values in ArcMap is there any conversion mapping or unit change occurring?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide some more of this information to help understand the problem !!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 01:24:13 GMT</pubDate>
    <dc:creator>SachinKanaujia</dc:creator>
    <dc:date>2014-02-18T01:24:13Z</dc:date>
    <item>
      <title>The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439631#M11921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used this statement to get the area value of polygon feature:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
 while (pFeature != null)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IGeometry shapeCopy = pFeature.ShapeCopy;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IArea area = pFeature.Shape as IArea;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double value = area.Area; // Result is: 110102.807...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ....
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pFeature = pFeatureCursor.NextFeature();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when showing the identify: The Shape.Area is: 20737.12 (not equal 110102.807). Please see the image:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31505[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know what's wrong with it ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439631#M11921</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2014-02-17T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439632#M11922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you validate the following information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Are you looking at the correct features (for matching)? Can you print the FIDs or does it have just one feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Are you changing the coordinate reference system in any way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) When looking at the values in ArcMap is there any conversion mapping or unit change occurring?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide some more of this information to help understand the problem !!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 01:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439632#M11922</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-18T01:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439633#M11923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Sachin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it is the correct feature (polygon). But it contains many other features (polygons). So, I subtracted it the areas of sub features, but the final result doesn't equal the value: Shape.Area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I get the area of that feature (not include area of sub features) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see my image (the current feature is green)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31541[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 05:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439633#M11923</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2014-02-18T05:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439634#M11924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to set the spatial reference of your geometry object before calling the area method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing you will notice about ArcObjects and the different data formats is that you get different area results for the same geometry, given the same projection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take that one geometry, and save it three ways:&amp;nbsp; shapfile, file geodatabase and in SDE if you have it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ArcMap to get the Area of that geometry, you might see different results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, use ArcObjects to get the area of that same geometry from the three different file formats and you will see slightly different results again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439634#M11924</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-02-18T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439635#M11925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will it be possible for you to export the data in a shapefile or the feature whose area you are calculating into a shapefile and upload it. Its difficult to understand how you are trying to accomplish it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also let me know what Spatial reference you are working in?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 01:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439635#M11925</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-19T01:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439636#M11926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am reading features from CAD file (.dgn) then write to feature class in SDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't set the SpatialReference for the geometries of these features before checking the area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you tell me how to set it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Plese see my codes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Type factoryType = Type.GetTypeFromProgID(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esriDataSourcesFile.CadWorkspaceFactory");
 System.Object obj = Activator.CreateInstance(factoryType);

factory = obj as IWorkspaceFactory;
IFeatureWorkspace ftrWorkSpace = (IFeatureWorkspace)factory.OpenFromFile(strWorkSpace, 0);
IFeatureDataset pFeatureDataset = ftrWorkSpace.OpenFeatureDataset(strFileName);
IFeatureClassContainer pFeatureClassContainer = (IFeatureClassContainer)pFeatureDataset;
IFeatureClass pCadPolygon;
IFeatureCursor pFeatureCursor = pCadPolygon.Search(pQueryFilter, false);
if (pFeatureCursor == null)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return false;

IFeature pFeature = pFeatureCursor.NextFeature();
while (pFeature != null)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......
}

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439636#M11926</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2021-12-11T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439637#M11927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your data frame has a spatial reference defined, you can do something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// Note: not actual code...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geometry.setspatialreference(the_active_view.getscreendisplay.getdisplaytransformation.getspatialreference)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439637#M11927</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-02-19T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439638#M11928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) What is your source file (dgn file) spatial reference? Does it have an associated spatialreference file or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;validate the source spatial reference&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IGeometry shapeCopy = pFeature.ShapeCopy;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get the spatial reference from Geometry to see if it has a geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Your feature class in destination (feature class in SDE) must be in some spatial reference? What is that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If the source and destination Spatial references are not same you will see differences. You will have to ensure that the CRS definition is correct. Depending of the spatial reference of source and destination you will have to either set spatial reference of project the shape to the target spatial reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439638#M11928</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-19T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439639#M11929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original dgn file haven't set coordinate system yet. Then I set it (same with projection system of SDE) as your say.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, the area still not equal. So I am checking features again &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached the project file for your refecence&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 01:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439639#M11929</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2014-02-20T01:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439640#M11930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having this same type of problem.&amp;nbsp; If I run the geometry calculator in the table I do not get the same area as when I run the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shape.area@acres in a script.&amp;nbsp; They are close but they seem to be about .07 acres off.&amp;nbsp; How do I run a script so that it gets me the exact same output as the calculate geometry feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 11:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439640#M11930</guid>
      <dc:creator>isaacferrie</dc:creator>
      <dc:date>2014-03-06T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439641#M11931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;0.07 acres off sound like a rounding error.&amp;nbsp; I don't think it is the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shape.Area is usually almost meaningless.&amp;nbsp; It is the cartesian area calculated in the coordinates of the dataset as if the the world was flat.&amp;nbsp;&amp;nbsp; If your dataset's spatial reference is not defined to start with, the shape.area is of unknown units, so potentially doubly meaningless.&amp;nbsp; Just think, what does the shape.area mean if the polygons are in geographic coordinates (latitude/longitude)?&amp;nbsp; It means pretty much nothing at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If your dataset is projected with non-angular units (metres, feet, etc.) then it represents the area within the tolerance of the distortion factor (scale factor) of the projection system if your projection system is appropriate for the data and area measurements.&amp;nbsp; In that case you may end up with 0.07 discrepancies due to projection distortion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439641#M11931</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2014-03-06T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: The area of feature don't equal the value Shape.Area ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439642#M11932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the explanation.&amp;nbsp; The projection is set for this project and view.&amp;nbsp; I guess what I am wondering is there a script or command that would do exactly what the calculate geometry features does when working within the table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-area-of-feature-don-t-equal-the-value-shape/m-p/439642#M11932</guid>
      <dc:creator>isaacferrie</dc:creator>
      <dc:date>2014-03-10T12:28:32Z</dc:date>
    </item>
  </channel>
</rss>

