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


IGpPointObject.SetPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpPointObject.SetPoint Method

Set point attributes to that of the given point geometry object.

[Visual Basic .NET]
Public Sub SetPoint ( _
    ByVal pPoint As IPoint _
)
[C#]
public void SetPoint (
    IPoint pPoint
);
[C++]
HRESULT SetPoint(
  IPoint* pPoint
);
[C++]

Parameters pPoint [in]
pPoint is a parameter of type IPoint

Product Availability

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

See Also

IGpPointObject Interface