iControl.GlobalLBLink.remove_all_cost_segments C# (CSharp) 메소드

remove_all_cost_segments() 개인적인 메소드

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