public void AddRange(Constellations values) { msclPINVOKE.Constellations_AddRange(swigCPtr, Constellations.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, Constellations values) { msclPINVOKE.Constellations_SetRange(swigCPtr, index, Constellations.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public Constellations(Constellations other) : this(msclPINVOKE.new_Constellations__SWIG_1(Constellations.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }