Inheritance: Storable
Ejemplo n.º 1
0
        public new static Displayable ot_dynamic_cast(Storable pObject)
        {
            IntPtr      cPtr = otapiPINVOKE.Displayable_ot_dynamic_cast(Storable.getCPtr(pObject));
            Displayable ret  = (cPtr == IntPtr.Zero) ? null : new Displayable(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(Displayable obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(Displayable obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }