Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
SubentRWData.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class SubentRWData : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public SubentRWData(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(SubentRWData obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public UInt32 m_iType {
53 set {
54 /*SIMPLETYPE*/
55 TD_DbPINVOKE.SubentRWData_m_iType_set(swigCPtr, value /*SIMPLETYPE*/);
57 }
58 get {
59 /*SIMPLETYPE*/
60 UInt32 ret = TD_DbPINVOKE.SubentRWData_m_iType_get(swigCPtr);
62 return ret;
63 }
64 }
65
66 public UInt32 m_iMark {
67 set {
68 /*SIMPLETYPE*/
69 TD_DbPINVOKE.SubentRWData_m_iMark_set(swigCPtr, value /*SIMPLETYPE*/);
71 }
72 get {
73 /*SIMPLETYPE*/
74 UInt32 ret = TD_DbPINVOKE.SubentRWData_m_iMark_get(swigCPtr);
76 return ret;
77 }
78 }
79
81 set {
84 }
85 get
86 {
87 // csvarout array
89
91 return res;
92 }
93
94 }
95
97 set {
100 }
101 get
102 {
103 // csvarout array
105
107 return res;
108 }
109
110 }
111
113 set {
116 }
117 get
118 {
119 // csvarout array
121
123 return res;
124 }
125
126 }
127
128 public SubentRWData() : this(TD_DbPINVOKE.new_SubentRWData(), true) {
130 }
131
132}
133
134}
static HandleRef getCPtr(OdGeDoubleArray obj)
static HandleRef getCPtr(OdUInt32Array obj)
virtual void Dispose(bool disposing)
Definition: SubentRWData.cs:40
OdUInt32Array m_arrIdFirst
Definition: SubentRWData.cs:80
OdGeDoubleArray m_arrDouble
SubentRWData(IntPtr cPtr, bool cMemoryOwn)
Definition: SubentRWData.cs:22
OdUInt32Array m_arrIdSec
Definition: SubentRWData.cs:96
static HandleRef getCPtr(SubentRWData obj)
Definition: SubentRWData.cs:27
static global::System.Exception Retrieve()
static UInt32 SubentRWData_m_iMark_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void SubentRWData_m_arrIdSec_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr SubentRWData_m_arrIdFirst_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void SubentRWData_m_iType_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static IntPtr SubentRWData_m_arrIdSec_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 SubentRWData_m_iType_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_SubentRWData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void SubentRWData_m_arrIdFirst_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void SubentRWData_m_arrDouble_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void SubentRWData_m_iMark_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr SubentRWData_m_arrDouble_get(global::System.Runtime.InteropServices.HandleRef jarg1)