Constants ========= Many of the functions and classes reference custom data types that come from C style enumerations. In python these are constants, and can be referenced in classes and functions either as the constant name or as the integer / hex value. .. toctree:: :maxdepth: 2 Enumerations/EnumAnalysis Enumerations/EnumDisplay Enumerations/EnumExport Enumerations/EnumLidar Enumerations/EnumLoad Enumerations/EnumMeasure Enumerations/EnumRaster Enumerations/EnumSpatial Enumerations/EnumUtility Enumerations/EnumVector