GlobeGraphicsToolbar.GeographicCoordinates.GeographicCoordinates C# (CSharp) Method

GeographicCoordinates() public method

public GeographicCoordinates ( IGlobe globe, int screenX, int screenY ) : ESRI.ArcGIS.GlobeCore
globe IGlobe
screenX int
screenY int
return ESRI.ArcGIS.GlobeCore
        public GeographicCoordinates(IGlobe globe, int screenX, int screenY)
        {
            GetGeographicCoordinates(globe, screenX, screenY, ref _longitude, ref _latitude, ref _altitudeInKilometers);
        }