This document is archived and information here might be outdated. Recommended version. |
Bitmask values for the line point errors.
Constant | Value | Description |
---|---|---|
esriCadastralLinePointInvalidPoint | 1 | This line point does not reference a valid point. |
esriCadastralLinePointInvalidFromPt | 2 | This line point does not reference a valid from point. |
esriCadastralLinePointInvalidToPt | 4 | This line point does not reference a valid to point. |
esriCadastralLinePointInvalidLine | 8 | This line point does not reference a valid line. |
esriCadastralLinePointPointError | 16 | There is an error with the point reference by this line point. |
esriCadastralLinePointFromPointError | 32 | There is an error with the from point referenced by this line point. |
esriCadastralLinePointToPointError | 64 | There is an error with the to point referenced by this line point. |