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


IGpPointObject.Clone Method (ArcObjects .NET 10.4 SDK)
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