Esempio n. 1
0
 public virtual bool GetOperatorDescription(GvNode bn, GvOperatorDescription od) {
   bool ret = C4dApiPINVOKE.GvOperatorData_GetOperatorDescription(swigCPtr, GvNode.getCPtr(bn), GvOperatorDescription.getCPtr(od));
   return ret;
 }
 internal static HandleRef getCPtr(GvOperatorDescription obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }