The Set AOI type: "INCLUDE", "EXCLUDE", "CLEAR_AOI"

C# | Visual Basic | Visual C++ |
public SetAOIType aoiType { get; private set; }
Public Property aoiType As SetAOIType Get Private Set
public: property SetAOIType aoiType { SetAOIType get (); private: void set (SetAOIType value); }