This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapContext Interface > IMapContext.FromMapToGeography Method (ArcObjects .NET 10.4 SDK) |
Converts map context geometry to geographic geometry.
[Visual Basic .NET] Public Function FromMapToGeography ( _ ByVal ingeom As IGeometry _ ) As IGeometry
[C#] public IGeometry FromMapToGeography ( IGeometry ingeom );
[C++]
HRESULT FromMapToGeography(
IGeometry* ingeom,
IGeometry** outgeom
);
[C++]
Parameters ingeom [in]
ingeom is a parameter of type IGeometry outgeom [out, retval]
outgeom is a parameter of type IGeometry