AcMapIEImporter::SetLocationWindowAndOptions Method

Land Desktop Development ARX CPP SDK

AcMapIEImporter:: SetLocationWindowAndOptions Method
 

Sets the location window used to filter incoming entities.

virtual AcMapIE::ErrCode SetLocationWindowAndOptions(
    double dXMin, 
    double dXMax, 
    double dYMin, 
    double dYMax, 
    AcMapIE::LocationOption locOption
) = 0;
Parameters 
Description 
dXMin 
Input minimum X value. 
dXMax 
Input maximum X value. 
dYMin 
Input minimum Y value. 
dYMax 
Input maximum Y value. 
locOption 
Input LocationOptionlocation name. 
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_InvalidWindow if window is invalid. Returns AcMapIE::ErrCode kErr_BadParams if the location option is invalid. Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.

Remarks

If locOption is set to AcMapIE::kDontUse, then all window-location values are discarded. This function fails if dXMin > dXMax or dYMin > dYMax.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].