This document is archived and information here might be outdated.  Recommended version.


IMapContext.FromGeographyToMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapContext Interface > IMapContext.FromGeographyToMap Method
ArcGIS Developer Help

IMapContext.FromGeographyToMap Method

Converts geographic geometry to map context geometry.

[Visual Basic .NET]
Public Function FromGeographyToMap ( _
    ByVal ingeom As IGeometry _
) As IGeometry
[C#]
public IGeometry FromGeographyToMap (
    IGeometry ingeom
);
[C++]
HRESULT FromGeographyToMap(
  IGeometry* ingeom
);
[C++]
Parameters
ingeom [in]

ingeom is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapContext Interface