| 2000 |
kErrTopInvalidName |
Invalid topology name. Occurs during topology creation. |
| 2001 |
kErrTopExist |
Topology already exists. Occurs during topology creation. |
| 2002 |
kErrTopBuildNet |
Error building network topology. Occurs during topology creation. |
| 2003 |
kErrTopBuildPolygon |
Error building polygon topology. Occurs during topology creation. |
| 2004 |
kErrTopBuildNode |
Can't create node. Occurs during topology creation. |
| 2005 |
kErrTopBuildArc |
Can't create link. Occurs during topology creation. |
| 2006 |
kErrTopBuildCntr |
Can't create centroid. Occurs during topology creation. |
| 2007 |
kErrTopAPIReg |
Can't register topology API. Occurs during ADE loading. |
| 2008 |
kErrTopFuncNotAvail |
Function isn't available. Occurs if you're using topology functions of the API. |
| 2009 |
kErrTopWriteData |
Error writing Xdata. Occurs during topology creation and modification. |
| 2010 |
kErrTopNotExist |
Topology doesn't exist. Occurs if you're using topology functions of the API. |
| 2011 |
kErrTopOverlayType |
Wrong overlay type. |
| 2012 |
kErrTopMakeLayer |
Can't create new layer. Using ADEDWGCLEAN produces this message. |
| 2013 |
kErrTopBlockNotExist |
Block doesn't exist. |
| 2014 |
kErrTopNotOpenForWrite |
Topology isn't open for write. Occurs when editing topology. |
| 2015 |
kErrTopOpenIrdTable |
Can't open object data table. Occurs when loading and editing topology. |
| 2016 |
kErrTopWrongIrdAttr |
Invalid object data table. Occurs when loading and editing topology. |
| 2017 |
kErrTopLoaded |
Topology is already loaded. Occurs when loading topology. |
| 2018 |
kErrTopIncompleteElem |
Incomplete topology element. Occurs when editing topology. |
| 2019 |
kErrTopInvalidColor |
Invalid color number. Occurs when using ADEDWGCLEAN and creating topology. |
| 2020 |
kErrTopInvalidFlag |
Invalid flag. Occurs when using ADEDWGCLEAN. |
| 2021 |
kErrTopInvalidTolerance |
Invalid tolerance. Occurs when using ADEDWGCLEAN and creating topology. |
| 2022 |
kErrTopInvalidCorridor |
Invalid corridor width. Occurs when using ADEDWGCLEAN. |
| 2023 |
kErrTopInvalidOffset |
Invalid offset. Occurs when using buffering. |
| 2024 |
kErrTopInvalidHeight |
Invalid marker height. Occurs when using ADEDWGCLEAN. |
| 2025 |
kErrTopInvalidMarkerType |
Invalid marker type. Occurs when using ADEDWGCLEAN. |
| 2026 |
kErrTopInvalidEntityType |
Invalid type for new entities. Occurs when using ADEDWGCLEAN. |
| 2027 |
kErrTopInvalidErrorType |
Invalid error type. Occurs when using ADEDWGCLEAN. |
| 2028 |
kErrTopIntersection |
Intersections detected. Occurs when creating and editing polygon topology. |
| 2029 |
kErrTopOverlayItself |
Can't overlay topology with itself. |
| 2030 |
kErrTopSourceDwgAccess |
Can't access source drawing. |
| 2031 |
kErrTopSourceDwgNotActive |
Source drawing isn't active. |
| 2032 |
kErrTopSourceDatabaseAccess |
Can't access source drawing database. |
| 2033 |
kErrTopSourceObjectId |
Can't get object ID by handle in source drawing database. |
| 2034 |
kErrTopNotLoaded |
Topology isn't loaded. |
| 2035 |
kErrTopImplicitNode |
Node object doesn't exist in node topology. |
| 2036 |
kErrTopMisplacedNode |
Wrong node coordinates. |
| 2037 |
kErrTopUnreferencedNode |
Node isn't referenced in links. |
| 2038 |
kErrTopUnexistentNode |
Link references nonexistent node. |
| 2039 |
kErrTopMismatchStartNode |
Link has invalid ID at the start node. |
| 2040 |
kErrTopMismatchEndNode |
Link has invalid ID at the end node. |
| 2041 |
kErrTopMisplacedCentroid |
Wrong centroid coordinates. |
| 2042 |
kErrTopMismatchLeftPoly |
Link has invalid ID for the left polygon. |
| 2043 |
kErrTopMismatchRightPoly |
Link has invalid ID for the right polygon. |
| 2044 |
kErrTopUnexistentCentroid |
Centroid isn't inside polygon. |
| 2045 |
kErrTopMultiplyCentroid |
Polygon has several centroids inside. |
| 2046 |
kErrTopWrongPolyQty |
Some polygons are incorrect. |
| 2047 |
kErrTopMismatchPolyArea |
Incorrect polygon area. |
| 2048 |
kErrTopMismatchPolyPerimeter |
Incorrect polygon perimeter. |
| 2049 |
kErrTopOpenSourceDwgTopo |
Topology loaded from source drawings can't be open for write. |
| 2050 |
kErrTopOpenTempTopo |
Temporary topology can't be open for write. |
| 2051 |
kErrTopIdNotExist |
Current drawing doesn't have OD table with information about last ID. |
| 2052 |
kErrTopEmpty |
Can't create or load empty topology. |
| 2053 |
kErrTopWasModified |
Topology objects were modified by AutoCAD commands. |
| 2054 |
kErrTopMultiple |
Object belongs to multiple topologies and can't be erased. |
| 2055 |
kErrTopCalculateOffset |
Can't calculate offset. Use default. Occurs when using buffering. |
| 2056 |
kErrTopZeroOffset |
Zero offset. Can't build buffer. |
| 2057 |
kErrTopDifferentOffset |
Offset has different sign for some objects. Can't build buffer. |
| 2058 |
kErrTopInvalidSelSet |
Invalid selection set. Occurs when using the API. |
| 2059 |
kErrTopCleanNotInit |
Cleanup model isn't initialized. Occurs when using the API. |
| 2060 |
kErrTopCleanNoGroup |
There is no current group. Occurs when using the API. |
| 2061 |
kErrTopCleanInvalidIndex |
Invalid error index. Occurs when using the API. |
| 2062 |
kErrTopCleanNoError |
Current error isn't set. Occurs when using the API. |
| 2063 |
kErrTopTraceLinkNotExist |
Link doesn't exist in tracing model. Occurs when using the API. |
| 2064 |
kErrTopTraceNodeNotExist |
Node doesn't exist in tracing model. Occurs when using the API. |
| 2065 |
kErrTopTraceNoPath |
Result path isn't calculated. Occurs when using the API. |
| 2066 |
kErrTopTraceInvalidIndex |
Invalid element index. Occurs when using the API. |
| 2067 |
kErrTopInvalidExpression |
Can't process ADE expression. Occurs when using overlay, buffer, dissolve, or tracing command. |
| 2068 |
kErrTopLockedTable |
Can't write into topology OD table. Occurs when using dissolve command. |
| 2069 |
kErrTopCreateTable |
Can't create OD table. Occurs when using topology creation, overlay, buffer, or dissolve commands. |
| 2070 |
kErrTopCreateTableColumn |
Can't add column to OD table. Occurs when using topology creation, overlay, buffer, or dissolve commands. |
| 2071 |
kErrTopTraceNodesEqual |
Start and end nodes are the same. Occurs doing shortest path tracing. |
| 2072 |
kErrTopTracePathNotExist |
Empty path. Occurs during shortest path tracing. |
| 2073 |
kErrTopTraceFloodNotExist |
Empty path. Occurs when tracing floods. |
| 2074 |
kErrTopRenameDisabled |
Can't rename topology, because current drawing has queried objects with OD. |
| 2075 |
kErrTopDeleteDisabled |
Can't delete topology, because current drawing has queried objects with OD. |
| 2076 |
kErrTopInvalidExtents |
|