Using the API, I've opened a kml layer in ArcGIS Explorer Desktop. I want to retrieve the graphic from the layer and calculate areas among other things. However, I've been unable to find a way to get that data. I've tried doing all the type casting (KmlLayer to Layer to MapItem to Note) and it turns out it's an invalid cast. What's the best way to go about this?