Ejemplo n.º 1
0
 internal static HandleRef getCPtr(PickSessionDataStruct obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public void StartPickSession(PickSessionDataStruct psd) {
   C4dApiPINVOKE.BaseDocument_StartPickSession(swigCPtr, PickSessionDataStruct.getCPtr(psd));
 }