Beispiel #1
0
        void SetBool(UnsafeNativeMethods.ObjectAttrsBool which, bool setValue)
        {
            IntPtr ptr = NonConstPointer();

            UnsafeNativeMethods.ON_3dmObjectAttributes_GetSetBool(ptr, which, true, setValue);
        }
Beispiel #2
0
        bool GetBool(UnsafeNativeMethods.ObjectAttrsBool which)
        {
            IntPtr ptr = ConstPointer();

            return(UnsafeNativeMethods.ON_3dmObjectAttributes_GetSetBool(ptr, which, false, false));
        }