Tagged Questions
1
vote
2answers
1k views
How to create a graphic point by xy value?
I have implemented this code to create point event layer by xy text file, however I'm wondering how to create a point graphic by xy value?
This script draws point graphic by mouse down. When I ...
3
votes
2answers
474 views
How to loop through an array of point features?
I have a set of point features and I wish to find the points that have common coordinates. Now I changed the code as shwon bewlo by using the IPoint and the compare method through a function. I have 2 ...
4
votes
2answers
637 views
Problem creating a point IFeatureClass
I'm trying to create a point IFeatureClass, but my code doesn't work.
Public Function CreatePointFeatureClass(ByVal featureClassName As String, _
ByVal ...