C# Class GlobeGraphicsToolbar.GeographicCoordinates

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
GeographicCoordinates ( IGlobe globe, int screenX, int screenY ) : ESRI.ArcGIS.GlobeCore

Private Methods

Method Description
GetGeographicCoordinates ( IGlobe globe, int screenX, int screenY, double &longitude, double &latitude, double &altitudeInKilometers ) : void

Method Details

GeographicCoordinates() public method

public GeographicCoordinates ( IGlobe globe, int screenX, int screenY ) : ESRI.ArcGIS.GlobeCore
globe IGlobe
screenX int
screenY int
return ESRI.ArcGIS.GlobeCore