AcMapMbTile:: AcMapMbTile Constructor
Constructs an instance of this class.
AcMapMbTile(
AcMapMbMapBookManager::TILEID tileId,
const AcDbExtents& extents,
double dViewWidth,
double dViewHeight,
bool bIsEnabled,
const AcDbObjectId& refObjectId,
AcMapMbTileSet * pTileSet
);|
Parameters |
Description |
|
tileId |
Input tile id for this tile. Tile Ids should be unique within a drawing. |
|
extents |
Input size of the tile in model space units. This value does factor in the scale. |
|
dViewWidth |
Input width of the view port in model space units. This value does not include the scale factor. |
|
dViewHeight |
Input height of the view port in model space units. This value does not include the scale factor. |
|
refObjectId |
Input Object Id of the polygon defining the tile border. |
|
pTileSet |
Input tile set pointer to the tile set this tile belongs to. |
|
bEnabled |
Input boolean to indicate whether this tile should be enabled or disabled. |
Returns
Returns nothing.
Remarks
This constructor should be used by any third party tile generator.
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].