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