This document is archived and information here might be outdated. Recommended version. |
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*