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


IPnt.Set2Point Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPnt.Set2Point Method

Reset from Esri's Point Object.

[Visual Basic .NET]
Public Sub Set2Point ( _
    ByVal env As IPoint _
)
[C#]
public void Set2Point (
    IPoint env
);
[C++]
HRESULT Set2Point(
  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