- Messages
- 19
- Country

Hello, After I Defined a texture in GP editor . When I want to use texture in Line/Pattern Style, I will face with the error below:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at ADE_GroundPolys.GPEditor.AlignToTexture(Int32 iTexture)
at ADE_GroundPolys.GPEditor.MakeStraightLine(Int32 iTexture)
at ADE_GroundPolys.GPEditor.cbLineType_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
My ADE version is v01.78.7298 and GP editor version is 2.2.23.12
Thanks for Your Help in Advance.
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at ADE_GroundPolys.GPEditor.AlignToTexture(Int32 iTexture)
at ADE_GroundPolys.GPEditor.MakeStraightLine(Int32 iTexture)
at ADE_GroundPolys.GPEditor.cbLineType_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
My ADE version is v01.78.7298 and GP editor version is 2.2.23.12
Thanks for Your Help in Advance.
