MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Creates a deep clone of this geodetic path. That is, the cloned object will also have its geodetic path element information cloned.

Returns:
Returns a new MgCoordinateSystemGeodeticPath object that is an exact clone of this MgCoordinateSystemGeodeticPath instance. The caller is responsible for disposing the object being returned.
Remarks:
: The returned MgCoordinateSystemGeodeticPath instance will have its protected flag unset. However, all other properties like name etc will be the same. Any caller will have to change such values before trying to write the cloned instance into the dictionary file.