Creating Dimension Features
January 12th, 2008 Noor Posted in ArcObjects C# |
Warning: copy() [function.copy]: Filename cannot be empty in /home/xnoor/public_html/wp-content/plugins/mytube/mytube.php on line 220
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 ,

July 22nd, 2009 at 6:51 pm
Thanks for sharing that… There’s almost no info about IDimensionFeature and IDimensionShape in the web and even less samples.
This piece of code t’s going to be very handy to me