Object type identifier (for example, OBJ_ARROW for CChartObjectArrow)
Example:
//--- example for CChartObjectArrow::Type #include <ChartObjects\ChartObjectsArrows.mqh> //--- voidOnStart() { CChartObjectArrow arrow; //--- get arrow type int type=arrow.Type(); }