Links
AcMapDMThematicBuildRangesErrorCode Enumeration
Error codes that are returned when a build-ranges operation fails in thematic mapping. See also AcMapDMThematicStyle::BuildRangeTables().
enum AcMapDMThematicBuildRangesErrorCode { keUnknownError = 0, keOk = 1, keCouldNotOpenThemeTable, keMapSessionIsNull, keGetProjectFailed, keGetRangeLibFailed, keAddRangeTabFailed, keTableGetHatchIsNull, keTableGetDataIsNull, keTableGetColorIsNull, keTableGetLinestyleIsNull, keTableGetBlockIsNull, keTableGetTextIsNull, keTableGetLineweightIsNull, keTableGetLinetypeIsNull, keTableGetPlotstyleIsNull, keTableGetAnnotationIsNull };
File
DmThematicStyle.h
Parameters |
Description |
keUnknownError |
Unknown error. |
keOk |
Completed successfully. |
keCouldNotOpenThemeTable |
Cannot open the theme table. |
keMapSessionIsNull |
Null AutoCAD Map session. |
keGetProjectFailed |
Cannot get AutoCAD Map project. |
keGetRangeLibFailed |
Cannot get range library. |
keAddRangeTabFailed |
Cannot add range table. |
keTableGetHatchIsNull |
Null hatch. |
keTableGetDataIsNull |
Null data. |
keTableGetColorIsNull |
Null color. |
keTableGetLinestyleIsNull |
Null linestyle. |
keTableGetBlockIsNull |
Null block. |
keTableGetTextIsNull |
Null text. |
keTableGetLineweightIsNull |
Null lineweight. |
keTableGetLinetypeIsNull |
Null linetype. |
keTableGetPlotstyleIsNull |
Null plotstyle. |
keTableGetAnnotationIsNull |
Null annotation. |
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].