public void SetRange(int index, JointCollection values) { EfficioRuntimePINVOKE.JointCollection_SetRange(swigCPtr, index, JointCollection.getCPtr(values)); if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }
public JointCollection(JointCollection other) : this(EfficioRuntimePINVOKE.new_JointCollection__SWIG_1(JointCollection.getCPtr(other)), true) { if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }