View Single Post

  #2 (permalink)  
Old 03-05-2004
kwargo kwargo is offline
Junior Member
White Belt
 
Join Date: May 2003
Posts: 11
Determine what object was selected.

I found out how to identify what was selected.

dim shp = Map

If TypeOf MPC.ActiveMap.Selection Is Object Then

Set shp = MPC.ActiveMap.Selection

' do what you want

end if
Reply With Quote