AcMapIEImporter:: LocationWindowAndOptions Method
Determines which location window is used to filter incoming entities.
virtual void LocationWindowAndOptions( double& dXMin, double& dXMax, double& dYMin, double& dYMax, AcMapIE::LocationOption& locOption ) const = 0;
Parameters |
Description |
dXMin |
Output minimum X value. |
dXMax |
Output maximum X value. |
dYMin |
Output minimum Y value. |
dYMax |
Output maximum Y value. |
locOption |
Output LocationOptionlocation name. |
Returns
Returns nothing.
Remarks
If the value returned in locOption is AcMapIE::kDontUse, then the window is invalid and its minimum and maximum points are set to 0.0; otherwise, the coordinates are set to the WCS (World Coordinate System) values for the screen size (if locOption is AcMapIE::kUseScreenBoundary), or to the coordinates of the user-defined location window (if locOption is AcMapIE::kUseLocationWindow).
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].