public void SetRange(int index, IMAGE_COMPONENT_SIZE_VECTOR values)
 {
     KeilMapLibPINVOKE.IMAGE_COMPONENT_SIZE_VECTOR_SetRange(swigCPtr, index, IMAGE_COMPONENT_SIZE_VECTOR.getCPtr(values));
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public IMAGE_COMPONENT_SIZE_VECTOR(IMAGE_COMPONENT_SIZE_VECTOR other) : this(KeilMapLibPINVOKE.new_IMAGE_COMPONENT_SIZE_VECTOR__SWIG_1(IMAGE_COMPONENT_SIZE_VECTOR.getCPtr(other)), true)
 {
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }