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


IGpPointObject.Clone 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.Clone Method
ArcGIS Developer Help

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