iControl.GlobalLBLink.remove_all_cost_segments C# (CSharp) Method

remove_all_cost_segments() private method

private remove_all_cost_segments ( string links ) : void
links string
return void
        public void remove_all_cost_segments(
		string [] links
	)
        {
            this.Invoke("remove_all_cost_segments", new object [] {
                links});
        }
GlobalLBLink