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