MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgDisposableCollection* MgCoordinateSystemGeodeticPath::GetPathElements ( ) [pure virtual]

Returns an ordered collection of MgCoordinateSystemGeodeticPathElement objects that form this geodetic transformation path. See remarks.

Returns:
Returns a (possibly empty) collection of MgCoordinateSystemGeodeticPathElement instances. The caller is responsible for disposing the collection being returned.
Remarks:
Changing the collection being returned has no affect on this parent geodetic path instance. Instead, the collection can be modified and then re-set via SetPathElements.