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


IOutputContext.FromMapToOutput Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOutputContext Interface > IOutputContext.FromMapToOutput Method
ArcGIS Developer Help

IOutputContext.FromMapToOutput Method

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
);
[C++]
Parameters
ingeom [in]

ingeom is a parameter of type IGeometry*

Product Availability

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

See Also

IOutputContext Interface