コード例 #1
0
ファイル: GvPort.cs プロジェクト: reliefpfeiler42/Fusee
        public GvDestination GetOutgoing(int index)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvPort_GetOutgoing(swigCPtr, index);
            GvDestination         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvDestination(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvDestination obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }