Inheritance: Storable
        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);
        }
 internal static HandleRef getCPtr(Displayable obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(Displayable obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }