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