get_ReverseUsage Method

WRAPPER_API bool get_ReverseUsage() const

 

Description

The get_ReverseUsage method indicates the direction in which this DatumShift is used.  If this method returns false, then ShiftForward will shift from the SourceDatum to the TargetDatum.  If this method returns true, the ShiftForward will shift from the TargetDatum to the SourceDatum.  

 

Example

void DatumShift_getReverseUsage(GeoCalcPBW::DatumShift & ds)

{

if(ds.get_ReverseUsage())

{

ds.set_ReverseUsage(FALSE);

}

}