Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGsAwareFlagsArray.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdGsAwareFlagsArray : global::System.IDisposable {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 protected bool swigCMemOwn;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdGsAwareFlagsArray(IntPtr cPtr, bool cMemoryOwn) {
22 swigCMemOwn = cMemoryOwn;
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdGsAwareFlagsArray obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
31 Dispose(false);
32 }
33
34 public void Dispose() {
35 Dispose(true);
36 global::System.GC.SuppressFinalize(this);
37 }
38
39 protected virtual void Dispose(bool disposing) {
40 lock(this) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
42 if (swigCMemOwn) {
43 swigCMemOwn = false;
45 }
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
47 }
48 }
49 }
50
51 public OdGsAwareFlagsArray() : this(GlobalsPINVOKE.new_OdGsAwareFlagsArray(), true) {
53 }
54
55 public void setChildrenUpToDate(bool childrenUpToDate, UInt32 /*SIMPLETYPE*/ nVpID) {
58 }
59
60 public bool childrenUpToDate(UInt32 /*SIMPLETYPE*/ nVpID) {
61 bool ret = GlobalsPINVOKE.OdGsAwareFlagsArray_childrenUpToDate(swigCPtr, nVpID /*SIMPLETYPE*/);
63 return ret;
64 }
65
66 public UInt32 get(UInt32 /*SIMPLETYPE*/ nVpID) {
67// test csout
68 /*SIMPLETYPE*/
69 UInt32 ret = GlobalsPINVOKE.OdGsAwareFlagsArray_get(swigCPtr, nVpID /*SIMPLETYPE*/);
71 return ret;
72 }
73
74 public void set(UInt32 /*SIMPLETYPE*/ nVpID, UInt32 /*SIMPLETYPE*/ flags) {
75 GlobalsPINVOKE.OdGsAwareFlagsArray_set(swigCPtr, nVpID /*SIMPLETYPE*/, flags /*SIMPLETYPE*/);
77 }
78
79 public void clear() {
82 }
83
84 public bool isEmpty() {
87 return ret;
88 }
89
90 public UInt32 numAwareFlags() {
91// test csout
92 /*SIMPLETYPE*/
95 return ret;
96 }
97
98 public bool areInvalid(UInt32 /*SIMPLETYPE*/ nVpID) {
99 bool ret = GlobalsPINVOKE.OdGsAwareFlagsArray_areInvalid(swigCPtr, nVpID /*SIMPLETYPE*/);
101 return ret;
102 }
103
104
105}
106
107}
static global::System.Exception Retrieve()
static UInt32 OdGsAwareFlagsArray_numAwareFlags(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsAwareFlagsArray_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdGsAwareFlagsArray_clear(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsAwareFlagsArray_setChildrenUpToDate(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, UInt32 jarg3)
static UInt32 OdGsAwareFlagsArray_get(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool OdGsAwareFlagsArray_childrenUpToDate(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool OdGsAwareFlagsArray_areInvalid(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void delete_OdGsAwareFlagsArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsAwareFlagsArray_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGsAwareFlagsArray obj)
OdGsAwareFlagsArray(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
void setChildrenUpToDate(bool childrenUpToDate, UInt32 nVpID)