Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
KWIndexData.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 KWIndexData : 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 KWIndexData(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(KWIndexData obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 ~KWIndexData() {
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 KWIndexData() : this(GlobalsPINVOKE.new_KWIndexData(), true) {
53 }
54
55 public String m_sKey {
56 set { // OdString csvarin
59 }
60
61 get { // OdString csvarout
62 string ret = GlobalsPINVOKE.KWIndexData_m_sKey_get(swigCPtr);
64 return ret;
65 }
66
67 }
68
69 public String m_sKey2 {
70 set { // OdString csvarin
73 }
74
75 get { // OdString csvarout
76 string ret = GlobalsPINVOKE.KWIndexData_m_sKey2_get(swigCPtr);
78 return ret;
79 }
80
81 }
82
84 set { // OdString csvarin
87 }
88
89 get { // OdString csvarout
90 string ret = GlobalsPINVOKE.KWIndexData_m_sKword_get(swigCPtr);
92 return ret;
93 }
94
95 }
96
97 public int m_nPKey {
98 set {
101 }
102 get {
103 int ret = GlobalsPINVOKE.KWIndexData_m_nPKey_get(swigCPtr);
105 return ret;
106 }
107 }
108
109 public int m_nPKey2 {
110 set {
113 }
114 get {
115 int ret = GlobalsPINVOKE.KWIndexData_m_nPKey2_get(swigCPtr);
117 return ret;
118 }
119 }
120
121 public String key1(int n) {
122 string ret = GlobalsPINVOKE.KWIndexData_key1(swigCPtr, n);
124 return ret;
125}
126
127 public String pKey1(int n) {
128 string ret = GlobalsPINVOKE.KWIndexData_pKey1(swigCPtr, n);
130 return ret;
131}
132
133 public String key2(int n) {
134 string ret = GlobalsPINVOKE.KWIndexData_key2(swigCPtr, n);
136 return ret;
137}
138
139 public String pKey2(int n) {
140 string ret = GlobalsPINVOKE.KWIndexData_pKey2(swigCPtr, n);
142 return ret;
143}
144
145 public bool match(String str) {
146 bool ret = GlobalsPINVOKE.KWIndexData_match(swigCPtr, str);
148 return ret;
149 }
150
151 public String keyword() {
152 string ret = GlobalsPINVOKE.KWIndexData_keyword(swigCPtr);
154 return ret;
155}
156
157}
158
159}
static global::System.Exception Retrieve()
static String KWIndexData_pKey2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static String KWIndexData_m_sKword_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static String KWIndexData_key1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static String KWIndexData_pKey1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static String KWIndexData_m_sKey2_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void KWIndexData_m_sKey2_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void KWIndexData_m_nPKey2_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int KWIndexData_m_nPKey2_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int KWIndexData_m_nPKey_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void KWIndexData_m_sKey_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void delete_KWIndexData(global::System.Runtime.InteropServices.HandleRef jarg1)
static String KWIndexData_key2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void KWIndexData_m_nPKey_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static String KWIndexData_m_sKey_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool KWIndexData_match(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String KWIndexData_keyword(global::System.Runtime.InteropServices.HandleRef jarg1)
static void KWIndexData_m_sKword_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static HandleRef getCPtr(KWIndexData obj)
Definition: KWIndexData.cs:26
bool match(String str)
Definition: KWIndexData.cs:145
virtual void Dispose(bool disposing)
Definition: KWIndexData.cs:39
KWIndexData(IntPtr cPtr, bool cMemoryOwn)
Definition: KWIndexData.cs:21