AcMapMbTileGenerator:: GenerateTiles Method
Creates the tile set from the settings.
virtual Acad::ErrorStatus GenerateTiles( AcMapMbTileSet& tileSet, const AcMapMbTileGeneratorSettings& tSettings, double dWidth, double dHeight, AcDbDatabase* pDb ) = 0;
Parameters |
Description |
tileSet |
Output Tile set class. |
tSettings |
Input Tile settings class. |
dWidth |
Input width of tiles in model units. |
dHeight |
Input height of tiles in model units. |
pDb |
Input Database where Tiles, Tile set, and boundary polylines if any will be created. Typically indicates the current drawing. |
Returns
Returns Acad::eOk if successful; otherwise, returns another value Returns Acad::eInvalidInput if the settings are incorrect for the Generator type. Returns Acad::eAmbiguousInput if global extents are empty or other data problems. Returns Acad::eCreateFailed for Manual tile generator and no reference objects were passed in. Returns Acad::eOutOfMemory for allocate memory or other serious errors.
Remarks
In addition to the error returns listed below, messages may be added to the Error stack where such messages would be useful to a user in deciding what input settings would be more useful.
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].