get_Envelope Method

WRAPPER_API Envelope &get_Envelope()

WRAPPER_API const Envelope &get_Envelope() const

 

Description

The get_Envelope method returns the Envelope that defines the area in which this DatumShift is valid.

 

Example

void DatumShift_getEnvelope(GeoCalcPBW::DatumShift & ds)

{

ds.get_Envelope().set_AlwaysAccept(TRUE);

}