iControl.LocalLBALGLogProfile.remove_all_end_data_channel_elements C# (CSharp) Method

remove_all_end_data_channel_elements() private method

private remove_all_end_data_channel_elements ( string profiles ) : void
profiles string
return void
        public void remove_all_end_data_channel_elements(
		string [] profiles
	)
        {
            this.Invoke("remove_all_end_data_channel_elements", new object [] {
                profiles});
        }
LocalLBALGLogProfile