Creating Dimension Features

January 12th, 2008 Noor Posted in ArcObjects C# |

Dimension Features are featrtures used to display dimensions and display its length between 2 points with some little customization , like the symbology , its size and color, you create a Dimension Features class using ArcCatalog or programatically, but i never got into that, if you try to create a dimension features using Arcmap you would notice that its shape is a polygon, but naturally but trying to make a dimension features programatically, i created normal polygon and i was storing it on the feature class but i discoverred later that its not a normal polygon ,

here the following code creates dimension features for a polygon ,

Leave a Reply