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.