Sorry, but i have the same question.
We can see feature object information, can we read object data?
I think that we have to use mgfeaturereder to read odject data, for this reason I link mgselectionbase:
Dim paths As FullSubentityPath() = e.Context.GetPickedEntities()
If paths.Length > 0 Then
Dim ids As ObjectId() = paths(0).GetObjectIds()
If ids.Length > 0 Then
Dim selId As ObjectId = ids(ids.Length - 1)
Dim selIdCollection as objectidcollection = nothing
sellidcollection.add(selid)
Dim MgSelBas as new mgselectionbase = Autodesk.Gis.Map.Platform.Interop.AcMapFeatureEntityService.getfeatures(sellidcollectionl) ' after this line my Autocad Map 3D crashes
End If
End If
Can we read data and show it on tooltips?