iControl.LocalLBProfileICAP.set_preview_length C# (CSharp) Метод

set_preview_length() приватный Метод

private set_preview_length ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
Результат void
        public void set_preview_length(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_preview_length", new object [] {
                profile_names,
                values});
        }
LocalLBProfileICAP