'Declaration <DefaultValueAttribute(-1)> <DescriptionAttribute("The index of the channel.")> Public Property ChannelIndex As System.Int32
[DefaultValue(-1)] [Description("The index of the channel.")] public System.Int32 ChannelIndex { get; set; }
[DefaultValue(-1)] [Description("The index of the channel.")] public: __property System.Int32 get_ChannelIndex(); public: __property void set_ChannelIndex(
System.Int32 value
);
[DefaultValue(-1)] [Description("The index of the channel.")] public:
property System.Int32 ChannelIndex { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 или положительное число - индекс канала для извлечения, отсчитываемый от нуля; -1 - будут извлечены все значимые каналы. Значение по умолчанию - -1.