I want to create a bounding box from grouped points (by permit number). I used the BoundingBoxAccumulator and in the inspector it comes out great except that it also is writing out the points! When I try to save this into the SDE as a polygon feature class, it fails and says that it doesn't accept multiple types of geometry... I also want to save out the points as well =, so how do I seperate out the points and lines into 2 seperate feature classes (appending existing).
Origionally, In ArcToolbox, the tool I used was "Minimum Bounding Geometry", if that helps....