ArcObjects Library Reference (Geoprocessing)  

IGpPointObject.Clone Method

Clones the point object.

[Visual Basic .NET]
Public Sub Clone ( _
    ByVal pSrcObj As IGpPointObject _
)
[C#]
public void Clone (
    IGpPointObject pSrcObj
);
[C++]
HRESULT Clone(
  IGpPointObject* pSrcObj
);
[C++]

Parameters

pSrcObj [in]

  pSrcObj is a parameter of type IGpPointObject

Product Availability

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

See Also

IGpPointObject Interface