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


IPnt.Convert2Point Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPnt Interface > IPnt.Convert2Point Method
ArcGIS Developer Help

IPnt.Convert2Point Method

Set Esri's Point Object from Pnt.

[Visual Basic .NET]
Public Sub Convert2Point ( _
    ByVal env As IPoint _
)
[C#]
public void Convert2Point (
    IPoint env
);
[C++]
HRESULT Convert2Point(
  IPoint* env
);
[C++]
Parameters
env [in]

env is a parameter of type IPoint*

Product Availability

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

See Also

IPnt Interface