public PickSessionDataStruct GetPickSession() { global::System.IntPtr cPtr = C4dApiPINVOKE.BaseDocument_GetPickSession(swigCPtr); PickSessionDataStruct ret = (cPtr == global::System.IntPtr.Zero) ? null : new PickSessionDataStruct(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PickSessionDataStruct obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public void StartPickSession(PickSessionDataStruct psd) { C4dApiPINVOKE.BaseDocument_StartPickSession(swigCPtr, PickSessionDataStruct.getCPtr(psd)); }