Converts map geometry to output geometry.
[Visual Basic .NET] Public Function FromMapToOutput ( _ ByVal ingeom As IGeometry _ ) As IGeometry
[C#] public IGeometry FromMapToOutput ( IGeometry ingeom );
[C++]
HRESULT FromMapToOutput(
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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.