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


IGpPointObject.SetPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.SetPoint Method
ArcGIS Developer Help

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