Tagged Questions
3
votes
1answer
470 views
IFeature.set_Shape The coordinates or measures are out of bounds
I'm trying to add a point to my map, but something with the way I used shp2sde create caused me to have a incorrect spatial extent or something. So I'm getting "out of bounds" error.
How do I go ...
2
votes
1answer
203 views
Shapes of this entity type not allowed in this layer when CreateFeature() is called
I have the following code that calls on a remote geodatabase server. Everything is connected and working, but when I try to add a point and use featureclass.CreateFeature();, it shuts down.
At first ...