public static void ResolveTarget(string arg0, System.Text.StringBuilder result, System.Text.StringBuilder targettype, HBaseModel model, SWIGTYPE_p_HBhvCameraType ctype)
 {
     HCSMVOPINVOKE.HBhvTargetObject_ResolveTarget(arg0, result, targettype, HBaseModel.getCPtr(model), SWIGTYPE_p_HBhvCameraType.getCPtr(ctype));
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public static HandleRef getCPtr(SWIGTYPE_p_HBhvCameraType obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }