﻿////////////////////////////////////////////////////////////////////////////////
//
//  Copyright (C) 2007-2020 zSpace, Inc.  All Rights Reserved.
//
////////////////////////////////////////////////////////////////////////////////

namespace zSpace.Core.Sdk
{
    public enum ZDisplayAttribute
    {
        AdapterName = 0,
        AdapterString = 1,
        AdapterId = 2,
        AdapterVendorId = 3,
        AdapterDeviceId = 4,
        AdapterKey = 5,
        MonitorName = 6,
        MonitorString = 7,
        MonitorId = 8,
        MonitorVendorId = 9,
        MonitorDeviceId = 10,
        MonitorKey = 11,
        ManufacturerName = 12,
        ProductCode = 13,
        SerialNumber = 14,
        VideoInterface = 15,
        Model = 16,
    }
}