iControl.LocalLBProfileICAP.set_preview_length C# (CSharp) Method

set_preview_length() private method

private set_preview_length ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
return void
        public void set_preview_length(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_preview_length", new object [] {
                profile_names,
                values});
        }
LocalLBProfileICAP