public void SetRange(int index, NdrNodeDiscoveryResultVector values)
 {
     UsdCsPINVOKE.NdrNodeDiscoveryResultVector_SetRange(swigCPtr, index, NdrNodeDiscoveryResultVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public NdrNodeDiscoveryResultVector(NdrNodeDiscoveryResultVector other) : this(UsdCsPINVOKE.new_NdrNodeDiscoveryResultVector__SWIG_1(NdrNodeDiscoveryResultVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }