Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgHostAppServices.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.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDgHostAppServices(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdDgHostAppServices_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDgHostAppServices obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
44 : this(TG_DbPINVOKE.new_OdDgHostAppServices(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdDgHostAppServices(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public static OdDgHostAppServices cast(OdRxObject pObj) {// OdSmartPtr<OdDgHostAppServices>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdDgHostAppServices ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, true));
64 ret = (OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, false);
65 }
66 else
67 {
68 ret = (OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, true);
69 }
70
72 return ret;
73}
74
75 public new static OdRxClass desc() {
76 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TG_DbPINVOKE.OdDgHostAppServices_desc(),false); /*createInt 3_2*/
77
79 return ret;
80}
81
82 public override OdRxClass isA() {
83 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? TG_DbPINVOKE.OdDgHostAppServices_isASwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_isA(swigCPtr)),false); /*createInt 3_2*/
84
86 return ret;
87}
88
89 public override OdRxObject queryX(OdRxClass protocolClass) {
90 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? TG_DbPINVOKE.OdDgHostAppServices_queryXSwigExplicitOdDgHostAppServices(swigCPtr, OdRxClass.getCPtr(protocolClass)) : TG_DbPINVOKE.OdDgHostAppServices_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public new static OdDgHostAppServices createObject() {// OdSmartPtr<OdDgHostAppServices>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdDgHostAppServices ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, true));
105 ret = (OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, false);
106 }
107 else
108 {
109 ret = (OdDgHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgHostAppServices),ptr, true);
110 }
111
113 return ret;
114}
115
116 public virtual OdRxClass databaseClass() {
117 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("databaseClass", swigMethodTypes47) ? TG_DbPINVOKE.OdDgHostAppServices_databaseClassSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_databaseClass(swigCPtr)),false); /*createInt 3_2*/
118
120 return ret;
121}
122
123 public virtual OdDgDatabase createDatabase(OdDgHostAppServices.DatabaseDefaultContent defaultContent) {// OdDgDatabasePtr
124 MemoryManager mMan = MemoryManager.GetMemoryManager();
125 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
126 IntPtr ptr = (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes48) ? TG_DbPINVOKE.OdDgHostAppServices_createDatabaseSwigExplicitOdDgHostAppServices__SWIG_0(swigCPtr, (int)defaultContent) : TG_DbPINVOKE.OdDgHostAppServices_createDatabase__SWIG_0(swigCPtr, (int)defaultContent));
127
128 OdDgDatabase ret = null;
129 if (null != mTrans)
130 {
131 mTrans.AddObject((OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true));
132 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, false);
133 }
134 else
135 {
136 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true);
137 }
138
140 return ret;
141}
142
143 public virtual OdDgDatabase createDatabase() {// OdDgDatabasePtr
144 MemoryManager mMan = MemoryManager.GetMemoryManager();
145 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
146 IntPtr ptr = (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes49) ? TG_DbPINVOKE.OdDgHostAppServices_createDatabaseSwigExplicitOdDgHostAppServices__SWIG_1(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_createDatabase__SWIG_1(swigCPtr));
147
148 OdDgDatabase ret = null;
149 if (null != mTrans)
150 {
151 mTrans.AddObject((OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true));
152 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, false);
153 }
154 else
155 {
156 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true);
157 }
158
160 return ret;
161}
162
163 public virtual OdDgDatabase readFile(String fileName, FileShareMode shareMode, bool partialLoad) {// OdDgDatabasePtr
164 MemoryManager mMan = MemoryManager.GetMemoryManager();
165 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
166 IntPtr ptr = (SwigDerivedClassHasMethod("readFile", swigMethodTypes50) ? TG_DbPINVOKE.OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_0(swigCPtr, fileName, (int)shareMode, partialLoad) : TG_DbPINVOKE.OdDgHostAppServices_readFile__SWIG_0(swigCPtr, fileName, (int)shareMode, partialLoad));
167
168 OdDgDatabase ret = null;
169 if (null != mTrans)
170 {
171 mTrans.AddObject((OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true));
172 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, false);
173 }
174 else
175 {
176 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true);
177 }
178
180 return ret;
181}
182
183 public virtual OdDgDatabase readFile(String fileName, FileShareMode shareMode) {// OdDgDatabasePtr
184 MemoryManager mMan = MemoryManager.GetMemoryManager();
185 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
186 IntPtr ptr = (SwigDerivedClassHasMethod("readFile", swigMethodTypes51) ? TG_DbPINVOKE.OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_1(swigCPtr, fileName, (int)shareMode) : TG_DbPINVOKE.OdDgHostAppServices_readFile__SWIG_1(swigCPtr, fileName, (int)shareMode));
187
188 OdDgDatabase ret = null;
189 if (null != mTrans)
190 {
191 mTrans.AddObject((OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true));
192 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, false);
193 }
194 else
195 {
196 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true);
197 }
198
200 return ret;
201}
202
203 public virtual OdDgDatabase readFile(String fileName) {// OdDgDatabasePtr
204 MemoryManager mMan = MemoryManager.GetMemoryManager();
205 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
206 IntPtr ptr = (SwigDerivedClassHasMethod("readFile", swigMethodTypes52) ? TG_DbPINVOKE.OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_2(swigCPtr, fileName) : TG_DbPINVOKE.OdDgHostAppServices_readFile__SWIG_2(swigCPtr, fileName));
207
208 OdDgDatabase ret = null;
209 if (null != mTrans)
210 {
211 mTrans.AddObject((OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true));
212 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, false);
213 }
214 else
215 {
216 ret = (OdDgDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgDatabase),ptr, true);
217 }
218
220 return ret;
221}
222
224 string ret = (SwigDerivedClassHasMethod("findFile", swigMethodTypes2) ? TG_DbPINVOKE.OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_0(swigCPtr, filename, OdRxObject.getCPtr(pDb), (int)hint) : TG_DbPINVOKE.OdDgHostAppServices_findFile__SWIG_0(swigCPtr, filename, OdRxObject.getCPtr(pDb), (int)hint));
226 return ret;
227}
228
229 public override String findFile(String filename, OdRxObject pDb) {
230 string ret = (SwigDerivedClassHasMethod("findFile", swigMethodTypes3) ? TG_DbPINVOKE.OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_1(swigCPtr, filename, OdRxObject.getCPtr(pDb)) : TG_DbPINVOKE.OdDgHostAppServices_findFile__SWIG_1(swigCPtr, filename, OdRxObject.getCPtr(pDb)));
232 return ret;
233}
234
235 public override String findFile(String filename) {
236 string ret = (SwigDerivedClassHasMethod("findFile", swigMethodTypes4) ? TG_DbPINVOKE.OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_2(swigCPtr, filename) : TG_DbPINVOKE.OdDgHostAppServices_findFile__SWIG_2(swigCPtr, filename));
238 return ret;
239}
240
241 public virtual bool getThumbnail(String filename, OdBinaryData dibData) {
242 bool ret = (SwigDerivedClassHasMethod("getThumbnail", swigMethodTypes53) ? TG_DbPINVOKE.OdDgHostAppServices_getThumbnailSwigExplicitOdDgHostAppServices(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle) : TG_DbPINVOKE.OdDgHostAppServices_getThumbnail(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle));
244 return ret;
245 }
246
247 public virtual bool setThumbnail(String filename, OdBinaryData dibData) {
248 bool ret = (SwigDerivedClassHasMethod("setThumbnail", swigMethodTypes54) ? TG_DbPINVOKE.OdDgHostAppServices_setThumbnailSwigExplicitOdDgHostAppServices(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle) : TG_DbPINVOKE.OdDgHostAppServices_setThumbnail(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle));
250 return ret;
251 }
252
253 public virtual bool createThumbnail(String filename, OdBinaryData dibData) {
254 bool ret = (SwigDerivedClassHasMethod("createThumbnail", swigMethodTypes55) ? TG_DbPINVOKE.OdDgHostAppServices_createThumbnailSwigExplicitOdDgHostAppServices(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle) : TG_DbPINVOKE.OdDgHostAppServices_createThumbnail(swigCPtr, filename, OdBinaryData.getCPtr(dibData).Handle));
256 return ret;
257 }
258
259 public override String program() {
260 string ret = (SwigDerivedClassHasMethod("program", swigMethodTypes7) ? TG_DbPINVOKE.OdDgHostAppServices_programSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_program(swigCPtr));
262 return ret;
263}
264
265 public override String product() {
266 string ret = (SwigDerivedClassHasMethod("product", swigMethodTypes8) ? TG_DbPINVOKE.OdDgHostAppServices_productSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_product(swigCPtr));
268 return ret;
269}
270
271 public override String companyName() {
272 string ret = (SwigDerivedClassHasMethod("companyName", swigMethodTypes9) ? TG_DbPINVOKE.OdDgHostAppServices_companyNameSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_companyName(swigCPtr));
274 return ret;
275}
276
277 public override String releaseMajorMinorString() {
278 string ret = (SwigDerivedClassHasMethod("releaseMajorMinorString", swigMethodTypes11) ? TG_DbPINVOKE.OdDgHostAppServices_releaseMajorMinorStringSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_releaseMajorMinorString(swigCPtr));
280 return ret;
281}
282
283 public override String versionString() {
284 string ret = (SwigDerivedClassHasMethod("versionString", swigMethodTypes14) ? TG_DbPINVOKE.OdDgHostAppServices_versionStringSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_versionString(swigCPtr));
286 return ret;
287}
288
289 public override String getAlternateFontName() {
290 string ret = (SwigDerivedClassHasMethod("getAlternateFontName", swigMethodTypes24) ? TG_DbPINVOKE.OdDgHostAppServices_getAlternateFontNameSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_getAlternateFontName(swigCPtr));
292 return ret;
293}
294
295 public override String getFontMapFileName() {
296 string ret = (SwigDerivedClassHasMethod("getFontMapFileName", swigMethodTypes25) ? TG_DbPINVOKE.OdDgHostAppServices_getFontMapFileNameSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_getFontMapFileName(swigCPtr));
298 return ret;
299}
300
301 public override String getPreferableFont(String fontName, OdFontType fontType) {
302 string ret = (SwigDerivedClassHasMethod("getPreferableFont", swigMethodTypes26) ? TG_DbPINVOKE.OdDgHostAppServices_getPreferableFontSwigExplicitOdDgHostAppServices(swigCPtr, fontName, (int)fontType) : TG_DbPINVOKE.OdDgHostAppServices_getPreferableFont(swigCPtr, fontName, (int)fontType));
304 return ret;
305}
306
307 public override String getSubstituteFont(String fontName, OdFontType fontType) {
308 string ret = (SwigDerivedClassHasMethod("getSubstituteFont", swigMethodTypes27) ? TG_DbPINVOKE.OdDgHostAppServices_getSubstituteFontSwigExplicitOdDgHostAppServices(swigCPtr, fontName, (int)fontType) : TG_DbPINVOKE.OdDgHostAppServices_getSubstituteFont(swigCPtr, fontName, (int)fontType));
310 return ret;
311}
312
313 public override OdGsDevice gsBitmapDevice(OdRxObject pViewObj, OdRxObject pDb, UInt32 /*SIMPLETYPE*/ flags) {// OdGsDevicePtr
314 MemoryManager mMan = MemoryManager.GetMemoryManager();
315 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
316 IntPtr ptr = (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes37) ? TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_0(swigCPtr, OdRxObject.getCPtr(pViewObj), OdRxObject.getCPtr(pDb), flags /*SIMPLETYPE*/) : TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDevice__SWIG_0(swigCPtr, OdRxObject.getCPtr(pViewObj), OdRxObject.getCPtr(pDb), flags /*SIMPLETYPE*/));
317
318 OdGsDevice ret = null;
319 if (null != mTrans)
320 {
321 mTrans.AddObject((OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true));
322 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, false);
323 }
324 else
325 {
326 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true);
327 }
328
330 return ret;
331}
332
333 public override OdGsDevice gsBitmapDevice(OdRxObject pViewObj, OdRxObject pDb) {// OdGsDevicePtr
334 MemoryManager mMan = MemoryManager.GetMemoryManager();
335 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
336 IntPtr ptr = (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes38) ? TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_1(swigCPtr, OdRxObject.getCPtr(pViewObj), OdRxObject.getCPtr(pDb)) : TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDevice__SWIG_1(swigCPtr, OdRxObject.getCPtr(pViewObj), OdRxObject.getCPtr(pDb)));
337
338 OdGsDevice ret = null;
339 if (null != mTrans)
340 {
341 mTrans.AddObject((OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true));
342 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, false);
343 }
344 else
345 {
346 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true);
347 }
348
350 return ret;
351}
352
353 public override OdGsDevice gsBitmapDevice(OdRxObject pViewObj) {// OdGsDevicePtr
354 MemoryManager mMan = MemoryManager.GetMemoryManager();
355 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
356 IntPtr ptr = (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes39) ? TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_2(swigCPtr, OdRxObject.getCPtr(pViewObj)) : TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDevice__SWIG_2(swigCPtr, OdRxObject.getCPtr(pViewObj)));
357
358 OdGsDevice ret = null;
359 if (null != mTrans)
360 {
361 mTrans.AddObject((OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true));
362 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, false);
363 }
364 else
365 {
366 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true);
367 }
368
370 return ret;
371}
372
373 public override OdGsDevice gsBitmapDevice() {// OdGsDevicePtr
374 MemoryManager mMan = MemoryManager.GetMemoryManager();
375 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
376 IntPtr ptr = (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes40) ? TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_3(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_gsBitmapDevice__SWIG_3(swigCPtr));
377
378 OdGsDevice ret = null;
379 if (null != mTrans)
380 {
381 mTrans.AddObject((OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true));
382 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, false);
383 }
384 else
385 {
386 ret = (OdGsDevice)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsDevice),ptr, true);
387 }
388
390 return ret;
391}
392
394 OdDbBaseHostAppServices ret = (OdDbBaseHostAppServices)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBaseHostAppServices),(SwigDerivedClassHasMethod("getDbHostAppServices", swigMethodTypes56) ? TG_DbPINVOKE.OdDgHostAppServices_getDbHostAppServicesSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_getDbHostAppServices(swigCPtr)),false); /*createInt 3_2*/
395
397 return ret;
398}
399
400 public override OdDbUndoController newUndoController() {// OdDbUndoControllerPtr
401 MemoryManager mMan = MemoryManager.GetMemoryManager();
402 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
403 IntPtr ptr = (SwigDerivedClassHasMethod("newUndoController", swigMethodTypes20) ? TG_DbPINVOKE.OdDgHostAppServices_newUndoControllerSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_newUndoController(swigCPtr));
404
405 OdDbUndoController ret = null;
406 if (null != mTrans)
407 {
408 mTrans.AddObject((OdDbUndoController)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbUndoController),ptr, true));
409 ret = (OdDbUndoController)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbUndoController),ptr, false);
410 }
411 else
412 {
413 ret = (OdDbUndoController)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbUndoController),ptr, true);
414 }
415
417 return ret;
418}
419
420 public override OdStreamBuf newUndoStream() {// OdStreamBufPtr
421 MemoryManager mMan = MemoryManager.GetMemoryManager();
422 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
423 IntPtr ptr = (SwigDerivedClassHasMethod("newUndoStream", swigMethodTypes21) ? TG_DbPINVOKE.OdDgHostAppServices_newUndoStreamSwigExplicitOdDgHostAppServices(swigCPtr) : TG_DbPINVOKE.OdDgHostAppServices_newUndoStream(swigCPtr));
424
425 OdStreamBuf ret = null;
426 if (null != mTrans)
427 {
428 mTrans.AddObject((OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),ptr, true));
429 ret = (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),ptr, false);
430 }
431 else
432 {
433 ret = (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),ptr, true);
434 }
435
437 return ret;
438}
439
443 return ret;
444 }
445
446 public void loadRscFont(String strRscFontFileName) {
447 TG_DbPINVOKE.OdDgHostAppServices_loadRscFont(swigCPtr, strRscFontFileName);
449 }
450
451 public void loadRscLineStyle(String strRscLineStyleFileName) {
452 TG_DbPINVOKE.OdDgHostAppServices_loadRscLineStyle(swigCPtr, strRscLineStyleFileName);
454 }
455
456 public void reloadRscFonts() {
459 }
460
461 public void reloadRscLineStyles() {
464 }
465
466 public void cleanupRscFontMap() {
469 }
470
474 }
475
476 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
477 string ret = TG_DbPINVOKE.OdDgHostAppServices_getRealClassName(ptr /*SIMPLETYPE*/);
479 return ret;
480 }
481
482 public virtual UInt32 getPREVIEW_WIDTH() {
483// test csout
484 /*SIMPLETYPE*/
487 return ret;
488 }
489
490 public virtual void setPREVIEW_WIDTH(UInt32 /*SIMPLETYPE*/ val) {
491 TG_DbPINVOKE.OdDgHostAppServices_setPREVIEW_WIDTH(swigCPtr, val /*SIMPLETYPE*/);
493 }
494
495 public virtual UInt32 getPREVIEW_HEIGHT() {
496// test csout
497 /*SIMPLETYPE*/
500 return ret;
501 }
502
503 public virtual void setPREVIEW_HEIGHT(UInt32 /*SIMPLETYPE*/ val) {
504 TG_DbPINVOKE.OdDgHostAppServices_setPREVIEW_HEIGHT(swigCPtr, val /*SIMPLETYPE*/);
506 }
507
508 public virtual String getFAST_FONT() {
509 string ret = TG_DbPINVOKE.OdDgHostAppServices_getFAST_FONT(swigCPtr);
511 return ret;
512}
513
514 public virtual void setFAST_FONT(String val) {
517 }
518
519 public virtual String getMS_RSRC() {
520 string ret = TG_DbPINVOKE.OdDgHostAppServices_getMS_RSRC(swigCPtr);
522 return ret;
523}
524
525 public virtual void setMS_RSRC(String val) {
528 }
529
530 public virtual void getMS_SYMBRSRC(OdStringArray val) {
533 }
534
535 public virtual void setMS_SYMBRSRC(OdStringArray val) {
538 }
539
540 public virtual void getMS_PATTERN(OdStringArray val) {
543 }
544
545 public virtual void setMS_PATTERN(OdStringArray val) {
548 }
549
550 public virtual void getMS_BUMP(OdStringArray val) {
553 }
554
555 public virtual void setMS_BUMP(OdStringArray val) {
558 }
559
560 public virtual void getMS_MATERIAL(OdStringArray val) {
563 }
564
565 public virtual void setMS_MATERIAL(OdStringArray val) {
568 }
569
570 public virtual void getMS_MTBL(OdStringArray val) {
573 }
574
575 public virtual void setMS_MTBL(OdStringArray val) {
578 }
579
580 public virtual void getMS_MATPALETTE(OdStringArray val) {
583 }
584
585 public virtual void setMS_MATPALETTE(OdStringArray val) {
588 }
589
590 public virtual UInt32 getTG_NURBS_GRID() {
591// test csout
592 /*SIMPLETYPE*/
595 return ret;
596 }
597
598 public virtual void setTG_NURBS_GRID(UInt32 /*SIMPLETYPE*/ val) {
599 TG_DbPINVOKE.OdDgHostAppServices_setTG_NURBS_GRID(swigCPtr, val /*SIMPLETYPE*/);
601 }
602
603 public virtual bool getTG_USE_XREFCTBL() {
606 return ret;
607 }
608
609 public virtual void setTG_USE_XREFCTBL(bool val) {
612 }
613
614 public virtual bool getTG_REMAP_CLRIDX() {
617 return ret;
618 }
619
620 public virtual void setTG_REMAP_CLRIDX(bool val) {
623 }
624
625 public virtual bool getMS_3DOBJ_WF_ISOLINES() {
628 return ret;
629 }
630
631 public virtual void setMS_3DOBJ_WF_ISOLINES(bool val) {
634 }
635
636 public virtual String getMS_PENTABLE() {
639 return ret;
640}
641
642 public virtual void setMS_PENTABLE(String val) {
645 }
646
647 public virtual String getMS_DEFCTBL() {
648 string ret = TG_DbPINVOKE.OdDgHostAppServices_getMS_DEFCTBL(swigCPtr);
650 return ret;
651}
652
653 public virtual void setMS_DEFCTBL(String val) {
656 }
657
658 public virtual bool getPICKFIRST() {
661 return ret;
662 }
663
664 public virtual void setPICKFIRST(bool val) {
667 }
668
669 public virtual Int16 getPICKBOX() {
670// test csout
671 /*SIMPLETYPE*/
672 Int16 ret = TG_DbPINVOKE.OdDgHostAppServices_getPICKBOX(swigCPtr);
674 return ret;
675 }
676
677 public virtual void setPICKBOX(Int16 /*SIMPLETYPE*/ val) {
678 TG_DbPINVOKE.OdDgHostAppServices_setPICKBOX(swigCPtr, val /*SIMPLETYPE*/);
680 }
681
682 public virtual Int16 getDG_GRIPSIZE() {
683// test csout
684 /*SIMPLETYPE*/
687 return ret;
688 }
689
690 public virtual void setDG_GRIPSIZE(Int16 /*SIMPLETYPE*/ val) {
691 TG_DbPINVOKE.OdDgHostAppServices_setDG_GRIPSIZE(swigCPtr, val /*SIMPLETYPE*/);
693 }
694
695 public virtual Int16 getDG_GRIPHOT() {
696// test csout
697 /*SIMPLETYPE*/
698 Int16 ret = TG_DbPINVOKE.OdDgHostAppServices_getDG_GRIPHOT(swigCPtr);
700 return ret;
701 }
702
703 public virtual void setDG_GRIPHOT(Int16 /*SIMPLETYPE*/ val) {
704 TG_DbPINVOKE.OdDgHostAppServices_setDG_GRIPHOT(swigCPtr, val /*SIMPLETYPE*/);
706 }
707
708 public virtual Int16 getDG_GRIPCOLOR() {
709// test csout
710 /*SIMPLETYPE*/
713 return ret;
714 }
715
716 public virtual void setDG_GRIPCOLOR(Int16 /*SIMPLETYPE*/ val) {
717 TG_DbPINVOKE.OdDgHostAppServices_setDG_GRIPCOLOR(swigCPtr, val /*SIMPLETYPE*/);
719 }
720
721 public virtual Int16 getDG_GRIPHOVER() {
722// test csout
723 /*SIMPLETYPE*/
726 return ret;
727 }
728
729 public virtual void setDG_GRIPHOVER(Int16 /*SIMPLETYPE*/ val) {
730 TG_DbPINVOKE.OdDgHostAppServices_setDG_GRIPHOVER(swigCPtr, val /*SIMPLETYPE*/);
732 }
733
734 public virtual Int16 getDG_GRIPOBJLIMIT() {
735// test csout
736 /*SIMPLETYPE*/
739 return ret;
740 }
741
742 public virtual void setDG_GRIPOBJLIMIT(Int16 /*SIMPLETYPE*/ val) {
743 TG_DbPINVOKE.OdDgHostAppServices_setDG_GRIPOBJLIMIT(swigCPtr, val /*SIMPLETYPE*/);
745 }
746
747 public virtual bool getDG_ACTIVELEVELALWAYSVISIBLE() {
750 return ret;
751 }
752
753 public virtual void setDG_ACTIVELEVELALWAYSVISIBLE(bool val) {
756 }
757
758 public virtual bool getDG_PROCESSTAGASSOC() {
761 return ret;
762 }
763
764 public virtual void setDG_PROCESSTAGASSOC(bool val) {
767 }
768
769 public virtual bool getMS_REF_NEWLEVELDISPLAY() {
772 return ret;
773 }
774
775 public virtual void setMS_REF_NEWLEVELDISPLAY(bool val) {
778 }
779
780 public virtual bool getDG_EXACT_EXTENTS() {
783 return ret;
784 }
785
786 public virtual void setDG_EXACT_EXTENTS(bool val) {
789 }
790
791 public virtual bool getDG_INTERNAL_LS_REGEN_DRAW() {
794 return ret;
795 }
796
797 public virtual void setDG_INTERNAL_LS_REGEN_DRAW(bool val) {
800 }
801
802 public virtual bool getDG_CONE_ISOLINES_REGEN_DRAW() {
805 return ret;
806 }
807
808 public virtual void setDG_CONE_ISOLINES_REGEN_DRAW(bool val) {
811 }
812
813 public virtual void getMS_FONTPATH(OdStringArray val) {
816 }
817
818 public virtual void setMS_FONTPATH(OdStringArray val) {
821 }
822
823 public override Int16 getMtMode() {
824// test csout
825 /*SIMPLETYPE*/
826 Int16 ret = TG_DbPINVOKE.OdDgHostAppServices_getMtMode(swigCPtr);
828 return ret;
829 }
830
831 public virtual void setMtMode(Int16 /*SIMPLETYPE*/ val) {
832 TG_DbPINVOKE.OdDgHostAppServices_setMtMode(swigCPtr, val /*SIMPLETYPE*/);
834 }
835
836 public virtual double getTG_TEXTSIZE() {
839 return ret;
840 }
841
842 public virtual void setTG_TEXTSIZE(double val) {
845 }
846
847 public virtual bool getDG_PROCESSDIMASSOC() {
850 return ret;
851 }
852
853 public virtual void setDG_PROCESSDIMASSOC(bool val) {
856 }
857
858 public virtual bool getDG_PROCESSMLINEASSOC() {
861 return ret;
862 }
863
864 public virtual void setDG_PROCESSMLINEASSOC(bool val) {
867 }
868
869 public virtual bool getTG_LSSCALE_TRANSFORM() {
872 return ret;
873 }
874
875 public virtual void setTG_LSSCALE_TRANSFORM(bool val) {
878 }
879
880 private void SwigDirectorConnect() {
881 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
882 swigDelegate0 = new SwigDelegateOdDgHostAppServices_0(SwigDirectorMethodqueryX);
883 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
884 swigDelegate1 = new SwigDelegateOdDgHostAppServices_1(SwigDirectorMethodisA);
885 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes2))
886 swigDelegate2 = new SwigDelegateOdDgHostAppServices_2(SwigDirectorMethodfindFile__SWIG_0);
887 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes3))
888 swigDelegate3 = new SwigDelegateOdDgHostAppServices_3(SwigDirectorMethodfindFile__SWIG_1);
889 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes4))
890 swigDelegate4 = new SwigDelegateOdDgHostAppServices_4(SwigDirectorMethodfindFile__SWIG_2);
891 if (SwigDerivedClassHasMethod("newProgressMeter", swigMethodTypes5))
892 swigDelegate5 = new SwigDelegateOdDgHostAppServices_5(SwigDirectorMethodnewProgressMeter);
893 if (SwigDerivedClassHasMethod("releaseProgressMeter", swigMethodTypes6))
894 swigDelegate6 = new SwigDelegateOdDgHostAppServices_6(SwigDirectorMethodreleaseProgressMeter);
895 if (SwigDerivedClassHasMethod("program", swigMethodTypes7))
896 swigDelegate7 = new SwigDelegateOdDgHostAppServices_7(SwigDirectorMethodprogram);
897 if (SwigDerivedClassHasMethod("product", swigMethodTypes8))
898 swigDelegate8 = new SwigDelegateOdDgHostAppServices_8(SwigDirectorMethodproduct);
899 if (SwigDerivedClassHasMethod("companyName", swigMethodTypes9))
900 swigDelegate9 = new SwigDelegateOdDgHostAppServices_9(SwigDirectorMethodcompanyName);
901 if (SwigDerivedClassHasMethod("prodcode", swigMethodTypes10))
902 swigDelegate10 = new SwigDelegateOdDgHostAppServices_10(SwigDirectorMethodprodcode);
903 if (SwigDerivedClassHasMethod("releaseMajorMinorString", swigMethodTypes11))
904 swigDelegate11 = new SwigDelegateOdDgHostAppServices_11(SwigDirectorMethodreleaseMajorMinorString);
905 if (SwigDerivedClassHasMethod("releaseMajorVersion", swigMethodTypes12))
906 swigDelegate12 = new SwigDelegateOdDgHostAppServices_12(SwigDirectorMethodreleaseMajorVersion);
907 if (SwigDerivedClassHasMethod("releaseMinorVersion", swigMethodTypes13))
908 swigDelegate13 = new SwigDelegateOdDgHostAppServices_13(SwigDirectorMethodreleaseMinorVersion);
909 if (SwigDerivedClassHasMethod("versionString", swigMethodTypes14))
910 swigDelegate14 = new SwigDelegateOdDgHostAppServices_14(SwigDirectorMethodversionString);
911 if (SwigDerivedClassHasMethod("warning", swigMethodTypes15))
912 swigDelegate15 = new SwigDelegateOdDgHostAppServices_15(SwigDirectorMethodwarning__SWIG_0);
913 if (SwigDerivedClassHasMethod("warning", swigMethodTypes16))
914 swigDelegate16 = new SwigDelegateOdDgHostAppServices_16(SwigDirectorMethodwarning__SWIG_1);
915 if (SwigDerivedClassHasMethod("warning", swigMethodTypes17))
916 swigDelegate17 = new SwigDelegateOdDgHostAppServices_17(SwigDirectorMethodwarning__SWIG_2);
917 if (SwigDerivedClassHasMethod("warning", swigMethodTypes18))
918 swigDelegate18 = new SwigDelegateOdDgHostAppServices_18(SwigDirectorMethodwarning__SWIG_3);
919 if (SwigDerivedClassHasMethod("getErrorDescription", swigMethodTypes19))
920 swigDelegate19 = new SwigDelegateOdDgHostAppServices_19(SwigDirectorMethodgetErrorDescription);
921 if (SwigDerivedClassHasMethod("newUndoController", swigMethodTypes20))
922 swigDelegate20 = new SwigDelegateOdDgHostAppServices_20(SwigDirectorMethodnewUndoController);
923 if (SwigDerivedClassHasMethod("newUndoStream", swigMethodTypes21))
924 swigDelegate21 = new SwigDelegateOdDgHostAppServices_21(SwigDirectorMethodnewUndoStream);
925 if (SwigDerivedClassHasMethod("auditPrintReport", swigMethodTypes22))
926 swigDelegate22 = new SwigDelegateOdDgHostAppServices_22(SwigDirectorMethodauditPrintReport);
927 if (SwigDerivedClassHasMethod("ttfFileNameByDescriptor", swigMethodTypes23))
928 swigDelegate23 = new SwigDelegateOdDgHostAppServices_23(SwigDirectorMethodttfFileNameByDescriptor);
929 if (SwigDerivedClassHasMethod("getAlternateFontName", swigMethodTypes24))
930 swigDelegate24 = new SwigDelegateOdDgHostAppServices_24(SwigDirectorMethodgetAlternateFontName);
931 if (SwigDerivedClassHasMethod("getFontMapFileName", swigMethodTypes25))
932 swigDelegate25 = new SwigDelegateOdDgHostAppServices_25(SwigDirectorMethodgetFontMapFileName);
933 if (SwigDerivedClassHasMethod("getPreferableFont", swigMethodTypes26))
934 swigDelegate26 = new SwigDelegateOdDgHostAppServices_26(SwigDirectorMethodgetPreferableFont);
935 if (SwigDerivedClassHasMethod("getSubstituteFont", swigMethodTypes27))
936 swigDelegate27 = new SwigDelegateOdDgHostAppServices_27(SwigDirectorMethodgetSubstituteFont);
937 if (SwigDerivedClassHasMethod("getSubstituteFontByChar", swigMethodTypes28))
938 swigDelegate28 = new SwigDelegateOdDgHostAppServices_28(SwigDirectorMethodgetSubstituteFontByChar);
939 if (SwigDerivedClassHasMethod("getSystemFontFolders", swigMethodTypes29))
940 swigDelegate29 = new SwigDelegateOdDgHostAppServices_29(SwigDirectorMethodgetSystemFontFolders);
941 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes30))
942 swigDelegate30 = new SwigDelegateOdDgHostAppServices_30(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0);
943 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes31))
944 swigDelegate31 = new SwigDelegateOdDgHostAppServices_31(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1);
945 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes32))
946 swigDelegate32 = new SwigDelegateOdDgHostAppServices_32(SwigDirectorMethodfileDialog__SWIG_0);
947 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes33))
948 swigDelegate33 = new SwigDelegateOdDgHostAppServices_33(SwigDirectorMethodfileDialog__SWIG_1);
949 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes34))
950 swigDelegate34 = new SwigDelegateOdDgHostAppServices_34(SwigDirectorMethodfileDialog__SWIG_2);
951 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes35))
952 swigDelegate35 = new SwigDelegateOdDgHostAppServices_35(SwigDirectorMethodfileDialog__SWIG_3);
953 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes36))
954 swigDelegate36 = new SwigDelegateOdDgHostAppServices_36(SwigDirectorMethodfileDialog__SWIG_4);
955 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes37))
956 swigDelegate37 = new SwigDelegateOdDgHostAppServices_37(SwigDirectorMethodgsBitmapDevice__SWIG_0);
957 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes38))
958 swigDelegate38 = new SwigDelegateOdDgHostAppServices_38(SwigDirectorMethodgsBitmapDevice__SWIG_1);
959 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes39))
960 swigDelegate39 = new SwigDelegateOdDgHostAppServices_39(SwigDirectorMethodgsBitmapDevice__SWIG_2);
961 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes40))
962 swigDelegate40 = new SwigDelegateOdDgHostAppServices_40(SwigDirectorMethodgsBitmapDevice__SWIG_3);
963 if (SwigDerivedClassHasMethod("getTempPath", swigMethodTypes41))
964 swigDelegate41 = new SwigDelegateOdDgHostAppServices_41(SwigDirectorMethodgetTempPath);
965 if (SwigDerivedClassHasMethod("numThreads", swigMethodTypes42))
966 swigDelegate42 = new SwigDelegateOdDgHostAppServices_42(SwigDirectorMethodnumThreads);
967 if (SwigDerivedClassHasMethod("getEnv", swigMethodTypes43))
968 swigDelegate43 = new SwigDelegateOdDgHostAppServices_43(SwigDirectorMethodgetEnv);
969 if (SwigDerivedClassHasMethod("setEnv", swigMethodTypes44))
970 swigDelegate44 = new SwigDelegateOdDgHostAppServices_44(SwigDirectorMethodsetEnv);
971 if (SwigDerivedClassHasMethod("getAppUserName", swigMethodTypes45))
972 swigDelegate45 = new SwigDelegateOdDgHostAppServices_45(SwigDirectorMethodgetAppUserName__SWIG_0);
973 if (SwigDerivedClassHasMethod("getAppUserName", swigMethodTypes46))
974 swigDelegate46 = new SwigDelegateOdDgHostAppServices_46(SwigDirectorMethodgetAppUserName__SWIG_1);
975 if (SwigDerivedClassHasMethod("databaseClass", swigMethodTypes47))
976 swigDelegate47 = new SwigDelegateOdDgHostAppServices_47(SwigDirectorMethoddatabaseClass);
977 if (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes48))
978 swigDelegate48 = new SwigDelegateOdDgHostAppServices_48(SwigDirectorMethodcreateDatabase__SWIG_0);
979 if (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes49))
980 swigDelegate49 = new SwigDelegateOdDgHostAppServices_49(SwigDirectorMethodcreateDatabase__SWIG_1);
981 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes50))
982 swigDelegate50 = new SwigDelegateOdDgHostAppServices_50(SwigDirectorMethodreadFile__SWIG_0);
983 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes51))
984 swigDelegate51 = new SwigDelegateOdDgHostAppServices_51(SwigDirectorMethodreadFile__SWIG_1);
985 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes52))
986 swigDelegate52 = new SwigDelegateOdDgHostAppServices_52(SwigDirectorMethodreadFile__SWIG_2);
987 if (SwigDerivedClassHasMethod("getThumbnail", swigMethodTypes53))
988 swigDelegate53 = new SwigDelegateOdDgHostAppServices_53(SwigDirectorMethodgetThumbnail);
989 if (SwigDerivedClassHasMethod("setThumbnail", swigMethodTypes54))
990 swigDelegate54 = new SwigDelegateOdDgHostAppServices_54(SwigDirectorMethodsetThumbnail);
991 if (SwigDerivedClassHasMethod("createThumbnail", swigMethodTypes55))
992 swigDelegate55 = new SwigDelegateOdDgHostAppServices_55(SwigDirectorMethodcreateThumbnail);
993 if (SwigDerivedClassHasMethod("getDbHostAppServices", swigMethodTypes56))
994 swigDelegate56 = new SwigDelegateOdDgHostAppServices_56(SwigDirectorMethodgetDbHostAppServices);
995 TG_DbPINVOKE.OdDgHostAppServices_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38, swigDelegate39, swigDelegate40, swigDelegate41, swigDelegate42, swigDelegate43, swigDelegate44, swigDelegate45, swigDelegate46, swigDelegate47, swigDelegate48, swigDelegate49, swigDelegate50, swigDelegate51, swigDelegate52, swigDelegate53, swigDelegate54, swigDelegate55, swigDelegate56);
996 }
997
998 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
999 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
1000 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDgHostAppServices));
1001 return hasDerivedMethod;
1002 }
1003
1004 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
1005 return
1006 // csdirectorout for OdRxObject*, OdRxObject&
1008 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1009)).Handle
1010;
1011 }
1012
1013 private IntPtr SwigDirectorMethodisA() {
1014 return
1015 // csdirectorout for OdRxClass*, OdRxClass&
1016 OdRxClass.getCPtr(isA()).Handle
1017;
1018 }
1019
1020 [return: MarshalAs(UnmanagedType.LPWStr)]
1021 private String SwigDirectorMethodfindFile__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint) {
1022 return findFile(filename,
1023 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1025 }
1026
1027 [return: MarshalAs(UnmanagedType.LPWStr)]
1028 private String SwigDirectorMethodfindFile__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb) {
1029 return findFile(filename,
1030 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1031);
1032 }
1033
1034 [return: MarshalAs(UnmanagedType.LPWStr)]
1035 private String SwigDirectorMethodfindFile__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String filename) {
1036 return findFile(filename);
1037 }
1038
1039 private global::System.IntPtr SwigDirectorMethodnewProgressMeter() {
1041 }
1042
1043 private void SwigDirectorMethodreleaseProgressMeter(global::System.IntPtr pProgressMeter) {
1044 releaseProgressMeter((pProgressMeter == global::System.IntPtr.Zero) ? null : new OdDbHostAppProgressMeter(pProgressMeter, false));
1045 }
1046
1047 [return: MarshalAs(UnmanagedType.LPWStr)]
1048 private String SwigDirectorMethodprogram() {
1049 return program();
1050 }
1051
1052 [return: MarshalAs(UnmanagedType.LPWStr)]
1053 private String SwigDirectorMethodproduct() {
1054 return product();
1055 }
1056
1057 [return: MarshalAs(UnmanagedType.LPWStr)]
1058 private String SwigDirectorMethodcompanyName() {
1059 return companyName();
1060 }
1061
1062 private int SwigDirectorMethodprodcode() {
1063 return (int)prodcode();
1064 }
1065
1066 [return: MarshalAs(UnmanagedType.LPWStr)]
1067 private String SwigDirectorMethodreleaseMajorMinorString() {
1068 return releaseMajorMinorString();
1069 }
1070
1071 private int SwigDirectorMethodreleaseMajorVersion() {
1072 return releaseMajorVersion();
1073 }
1074
1075 private int SwigDirectorMethodreleaseMinorVersion() {
1076 return releaseMinorVersion();
1077 }
1078
1079 [return: MarshalAs(UnmanagedType.LPWStr)]
1080 private String SwigDirectorMethodversionString() {
1081 return versionString();
1082 }
1083
1084 private void SwigDirectorMethodwarning__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String message) {
1085 warning(message);
1086 }
1087
1088 private void SwigDirectorMethodwarning__SWIG_1(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message) {
1089 warning(warnVisGroup, message);
1090 }
1091
1092 private void SwigDirectorMethodwarning__SWIG_2(int warningOb) {
1093 warning((OdResult)warningOb);
1094 }
1095
1096 private void SwigDirectorMethodwarning__SWIG_3(string warnVisGroup, int warningOb) {
1097 warning(warnVisGroup, (OdResult)warningOb);
1098 }
1099
1100 [return: MarshalAs(UnmanagedType.LPWStr)]
1101 private String SwigDirectorMethodgetErrorDescription(uint errorCode) {
1102 return getErrorDescription(errorCode);
1103 }
1104
1105 private IntPtr SwigDirectorMethodnewUndoController() {
1107 }
1108
1109 private IntPtr SwigDirectorMethodnewUndoStream() {
1110 return OdStreamBuf.getCPtr(newUndoStream()).Handle;
1111 }
1112
1113 private void SwigDirectorMethodauditPrintReport(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest) {
1114 auditPrintReport((pAuditInfo == global::System.IntPtr.Zero) ? null : new OdAuditInfo(pAuditInfo, false), strLine, printDest);
1115 }
1116
1117 private bool SwigDirectorMethodttfFileNameByDescriptor(global::System.IntPtr description, IntPtr filename) {
1118 string tmp_filename = Marshal.PtrToStringUni(filename);
1119 string saved_filename = tmp_filename;
1120 try {
1121 return ttfFileNameByDescriptor(new OdTtfDescriptor(description, false), ref tmp_filename);
1122 } finally {
1123 if (tmp_filename != saved_filename) filename = Marshal.StringToCoTaskMemUni(tmp_filename);
1124 }
1125 }
1126
1127 [return: MarshalAs(UnmanagedType.LPWStr)]
1128 private String SwigDirectorMethodgetAlternateFontName() {
1129 return getAlternateFontName();
1130 }
1131
1132 [return: MarshalAs(UnmanagedType.LPWStr)]
1133 private String SwigDirectorMethodgetFontMapFileName() {
1134 return getFontMapFileName();
1135 }
1136
1137 [return: MarshalAs(UnmanagedType.LPWStr)]
1138 private String SwigDirectorMethodgetPreferableFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
1139 return getPreferableFont(fontName, (OdFontType)fontType);
1140 }
1141
1142 [return: MarshalAs(UnmanagedType.LPWStr)]
1143 private String SwigDirectorMethodgetSubstituteFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
1144 return getSubstituteFont(fontName, (OdFontType)fontType);
1145 }
1146
1147 [return: MarshalAs(UnmanagedType.LPWStr)]
1148 private String SwigDirectorMethodgetSubstituteFontByChar(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb) {
1150 (OdFont)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdFont),pFont,false) /*createInt 6_3*/ // csdirectorin for smart pointer
1151, unicodeChar /*SIMPLETYPE*/,
1152 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1153);
1154 }
1155
1156 private bool SwigDirectorMethodgetSystemFontFolders(global::System.IntPtr aDirs) {
1157 return getSystemFontFolders(new OdStringArray(aDirs, false));
1158 }
1159
1160 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter) {
1161 collectFilePathsInDirectory(new OdStringArray(res, false), sPath, sFilter);
1162 }
1163
1164 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath) {
1165 collectFilePathsInDirectory(new OdStringArray(res, false), sPath);
1166 }
1167
1168 [return: MarshalAs(UnmanagedType.LPWStr)]
1169 private String SwigDirectorMethodfileDialog__SWIG_0(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter) {
1170 return fileDialog(flags, dialogCaption, defExt, defFilename, filter);
1171 }
1172
1173 [return: MarshalAs(UnmanagedType.LPWStr)]
1174 private String SwigDirectorMethodfileDialog__SWIG_1(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename) {
1175 return fileDialog(flags, dialogCaption, defExt, defFilename);
1176 }
1177
1178 [return: MarshalAs(UnmanagedType.LPWStr)]
1179 private String SwigDirectorMethodfileDialog__SWIG_2(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt) {
1180 return fileDialog(flags, dialogCaption, defExt);
1181 }
1182
1183 [return: MarshalAs(UnmanagedType.LPWStr)]
1184 private String SwigDirectorMethodfileDialog__SWIG_3(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption) {
1185 return fileDialog(flags, dialogCaption);
1186 }
1187
1188 [return: MarshalAs(UnmanagedType.LPWStr)]
1189 private String SwigDirectorMethodfileDialog__SWIG_4(int flags) {
1190 return fileDialog(flags);
1191 }
1192
1193 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_0(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags) {
1195 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1196,
1197 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1198, flags /*SIMPLETYPE*/)).Handle;
1199 }
1200
1201 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_1(IntPtr pViewObj, IntPtr pDb) {
1203 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1204,
1205 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1206)).Handle;
1207 }
1208
1209 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_2(IntPtr pViewObj) {
1211 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1212)).Handle;
1213 }
1214
1215 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_3() {
1216 return OdGsDevice.getCPtr(gsBitmapDevice()).Handle;
1217 }
1218
1219 [return: MarshalAs(UnmanagedType.LPWStr)]
1220 private String SwigDirectorMethodgetTempPath() {
1221 return getTempPath();
1222 }
1223
1224 private int SwigDirectorMethodnumThreads(int mtMode) {
1225 return numThreads((MultiThreadedMode)mtMode);
1226 }
1227
1228 private int SwigDirectorMethodgetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value) {
1229 string tmp_value = Marshal.PtrToStringUni(value);
1230 string saved_value = tmp_value;
1231 try {
1232 return (int)getEnv(varName, ref tmp_value);
1233 } finally {
1234 if (tmp_value != saved_value) value = Marshal.StringToCoTaskMemUni(tmp_value);
1235 }
1236 }
1237
1238 private int SwigDirectorMethodsetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue) {
1239 return (int)setEnv(varName, newValue);
1240 }
1241
1242 [return: MarshalAs(UnmanagedType.LPWStr)]
1243 private String SwigDirectorMethodgetAppUserName__SWIG_0(int unFormat) {
1244 return getAppUserName((UserNameFormat)unFormat);
1245 }
1246
1247 [return: MarshalAs(UnmanagedType.LPWStr)]
1248 private String SwigDirectorMethodgetAppUserName__SWIG_1() {
1249 return getAppUserName();
1250 }
1251
1252 private IntPtr SwigDirectorMethoddatabaseClass() {
1253 return
1254 // csdirectorout for OdRxClass*, OdRxClass&
1256;
1257 }
1258
1259 private IntPtr SwigDirectorMethodcreateDatabase__SWIG_0(int defaultContent) {
1260 return OdDgDatabase.getCPtr(createDatabase((OdDgHostAppServices.DatabaseDefaultContent)defaultContent)).Handle;
1261 }
1262
1263 private IntPtr SwigDirectorMethodcreateDatabase__SWIG_1() {
1264 return OdDgDatabase.getCPtr(createDatabase()).Handle;
1265 }
1266
1267 private IntPtr SwigDirectorMethodreadFile__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad) {
1268 return OdDgDatabase.getCPtr(readFile(fileName, (FileShareMode)shareMode, partialLoad)).Handle;
1269 }
1270
1271 private IntPtr SwigDirectorMethodreadFile__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode) {
1272 return OdDgDatabase.getCPtr(readFile(fileName, (FileShareMode)shareMode)).Handle;
1273 }
1274
1275 private IntPtr SwigDirectorMethodreadFile__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String fileName) {
1276 return OdDgDatabase.getCPtr(readFile(fileName)).Handle;
1277 }
1278
1279 private bool SwigDirectorMethodgetThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
1280 return getThumbnail(filename,
1281 //csdirectorin of INOUT_PARAM_OBJ
1282 new OdBinaryData(dibData,true)
1283);
1284 }
1285
1286 private bool SwigDirectorMethodsetThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
1287 return setThumbnail(filename,
1288 //csdirectorin of INOUT_PARAM_OBJ
1289 new OdBinaryData(dibData,true)
1290);
1291 }
1292
1293 private bool SwigDirectorMethodcreateThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
1294 return createThumbnail(filename,
1295 //csdirectorin of INOUT_PARAM_OBJ
1296 new OdBinaryData(dibData,true)
1297);
1298 }
1299
1300 private IntPtr SwigDirectorMethodgetDbHostAppServices() {
1301 return
1302 // csdirectorout for OdDbBaseHostAppServices*, OdDbBaseHostAppServices&
1304;
1305 }
1306
1307 public delegate IntPtr SwigDelegateOdDgHostAppServices_0(IntPtr protocolClass);
1308 public delegate IntPtr SwigDelegateOdDgHostAppServices_1();
1309 [return: MarshalAs(UnmanagedType.LPWStr)]
1310 public delegate String SwigDelegateOdDgHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint);
1311 [return: MarshalAs(UnmanagedType.LPWStr)]
1312 public delegate String SwigDelegateOdDgHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb);
1313 [return: MarshalAs(UnmanagedType.LPWStr)]
1314 public delegate String SwigDelegateOdDgHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename);
1315 public delegate global::System.IntPtr SwigDelegateOdDgHostAppServices_5();
1316 public delegate void SwigDelegateOdDgHostAppServices_6(global::System.IntPtr pProgressMeter);
1317 [return: MarshalAs(UnmanagedType.LPWStr)]
1319 [return: MarshalAs(UnmanagedType.LPWStr)]
1321 [return: MarshalAs(UnmanagedType.LPWStr)]
1324 [return: MarshalAs(UnmanagedType.LPWStr)]
1328 [return: MarshalAs(UnmanagedType.LPWStr)]
1330 public delegate void SwigDelegateOdDgHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message);
1331 public delegate void SwigDelegateOdDgHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message);
1332 public delegate void SwigDelegateOdDgHostAppServices_17(int warningOb);
1333 public delegate void SwigDelegateOdDgHostAppServices_18(string warnVisGroup, int warningOb);
1334 [return: MarshalAs(UnmanagedType.LPWStr)]
1335 public delegate String SwigDelegateOdDgHostAppServices_19(uint errorCode);
1336 public delegate IntPtr SwigDelegateOdDgHostAppServices_20();
1337 public delegate IntPtr SwigDelegateOdDgHostAppServices_21();
1338 public delegate void SwigDelegateOdDgHostAppServices_22(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest);
1339 public delegate bool SwigDelegateOdDgHostAppServices_23(global::System.IntPtr description, IntPtr filename);
1340 [return: MarshalAs(UnmanagedType.LPWStr)]
1342 [return: MarshalAs(UnmanagedType.LPWStr)]
1344 [return: MarshalAs(UnmanagedType.LPWStr)]
1345 public delegate String SwigDelegateOdDgHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
1346 [return: MarshalAs(UnmanagedType.LPWStr)]
1347 public delegate String SwigDelegateOdDgHostAppServices_27([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
1348 [return: MarshalAs(UnmanagedType.LPWStr)]
1349 public delegate String SwigDelegateOdDgHostAppServices_28(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb);
1350 public delegate bool SwigDelegateOdDgHostAppServices_29(global::System.IntPtr aDirs);
1351 public delegate void SwigDelegateOdDgHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter);
1352 public delegate void SwigDelegateOdDgHostAppServices_31(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath);
1353 [return: MarshalAs(UnmanagedType.LPWStr)]
1354 public delegate String SwigDelegateOdDgHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter);
1355 [return: MarshalAs(UnmanagedType.LPWStr)]
1356 public delegate String SwigDelegateOdDgHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename);
1357 [return: MarshalAs(UnmanagedType.LPWStr)]
1358 public delegate String SwigDelegateOdDgHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt);
1359 [return: MarshalAs(UnmanagedType.LPWStr)]
1360 public delegate String SwigDelegateOdDgHostAppServices_35(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption);
1361 [return: MarshalAs(UnmanagedType.LPWStr)]
1362 public delegate String SwigDelegateOdDgHostAppServices_36(int flags);
1363 public delegate IntPtr SwigDelegateOdDgHostAppServices_37(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags);
1364 public delegate IntPtr SwigDelegateOdDgHostAppServices_38(IntPtr pViewObj, IntPtr pDb);
1365 public delegate IntPtr SwigDelegateOdDgHostAppServices_39(IntPtr pViewObj);
1366 public delegate IntPtr SwigDelegateOdDgHostAppServices_40();
1367 [return: MarshalAs(UnmanagedType.LPWStr)]
1369 public delegate int SwigDelegateOdDgHostAppServices_42(int mtMode);
1370 public delegate int SwigDelegateOdDgHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value);
1371 public delegate int SwigDelegateOdDgHostAppServices_44([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue);
1372 [return: MarshalAs(UnmanagedType.LPWStr)]
1373 public delegate String SwigDelegateOdDgHostAppServices_45(int unFormat);
1374 [return: MarshalAs(UnmanagedType.LPWStr)]
1376 public delegate IntPtr SwigDelegateOdDgHostAppServices_47();
1377 public delegate IntPtr SwigDelegateOdDgHostAppServices_48(int defaultContent);
1378 public delegate IntPtr SwigDelegateOdDgHostAppServices_49();
1379 public delegate IntPtr SwigDelegateOdDgHostAppServices_50([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad);
1380 public delegate IntPtr SwigDelegateOdDgHostAppServices_51([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode);
1381 public delegate IntPtr SwigDelegateOdDgHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String fileName);
1382 public delegate bool SwigDelegateOdDgHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
1383 public delegate bool SwigDelegateOdDgHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
1384 public delegate bool SwigDelegateOdDgHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
1385 public delegate IntPtr SwigDelegateOdDgHostAppServices_56();
1386
1387 private SwigDelegateOdDgHostAppServices_0 swigDelegate0;
1388 private SwigDelegateOdDgHostAppServices_1 swigDelegate1;
1389 private SwigDelegateOdDgHostAppServices_2 swigDelegate2;
1390 private SwigDelegateOdDgHostAppServices_3 swigDelegate3;
1391 private SwigDelegateOdDgHostAppServices_4 swigDelegate4;
1392 private SwigDelegateOdDgHostAppServices_5 swigDelegate5;
1393 private SwigDelegateOdDgHostAppServices_6 swigDelegate6;
1394 private SwigDelegateOdDgHostAppServices_7 swigDelegate7;
1395 private SwigDelegateOdDgHostAppServices_8 swigDelegate8;
1396 private SwigDelegateOdDgHostAppServices_9 swigDelegate9;
1397 private SwigDelegateOdDgHostAppServices_10 swigDelegate10;
1398 private SwigDelegateOdDgHostAppServices_11 swigDelegate11;
1399 private SwigDelegateOdDgHostAppServices_12 swigDelegate12;
1400 private SwigDelegateOdDgHostAppServices_13 swigDelegate13;
1401 private SwigDelegateOdDgHostAppServices_14 swigDelegate14;
1402 private SwigDelegateOdDgHostAppServices_15 swigDelegate15;
1403 private SwigDelegateOdDgHostAppServices_16 swigDelegate16;
1404 private SwigDelegateOdDgHostAppServices_17 swigDelegate17;
1405 private SwigDelegateOdDgHostAppServices_18 swigDelegate18;
1406 private SwigDelegateOdDgHostAppServices_19 swigDelegate19;
1407 private SwigDelegateOdDgHostAppServices_20 swigDelegate20;
1408 private SwigDelegateOdDgHostAppServices_21 swigDelegate21;
1409 private SwigDelegateOdDgHostAppServices_22 swigDelegate22;
1410 private SwigDelegateOdDgHostAppServices_23 swigDelegate23;
1411 private SwigDelegateOdDgHostAppServices_24 swigDelegate24;
1412 private SwigDelegateOdDgHostAppServices_25 swigDelegate25;
1413 private SwigDelegateOdDgHostAppServices_26 swigDelegate26;
1414 private SwigDelegateOdDgHostAppServices_27 swigDelegate27;
1415 private SwigDelegateOdDgHostAppServices_28 swigDelegate28;
1416 private SwigDelegateOdDgHostAppServices_29 swigDelegate29;
1417 private SwigDelegateOdDgHostAppServices_30 swigDelegate30;
1418 private SwigDelegateOdDgHostAppServices_31 swigDelegate31;
1419 private SwigDelegateOdDgHostAppServices_32 swigDelegate32;
1420 private SwigDelegateOdDgHostAppServices_33 swigDelegate33;
1421 private SwigDelegateOdDgHostAppServices_34 swigDelegate34;
1422 private SwigDelegateOdDgHostAppServices_35 swigDelegate35;
1423 private SwigDelegateOdDgHostAppServices_36 swigDelegate36;
1424 private SwigDelegateOdDgHostAppServices_37 swigDelegate37;
1425 private SwigDelegateOdDgHostAppServices_38 swigDelegate38;
1426 private SwigDelegateOdDgHostAppServices_39 swigDelegate39;
1427 private SwigDelegateOdDgHostAppServices_40 swigDelegate40;
1428 private SwigDelegateOdDgHostAppServices_41 swigDelegate41;
1429 private SwigDelegateOdDgHostAppServices_42 swigDelegate42;
1430 private SwigDelegateOdDgHostAppServices_43 swigDelegate43;
1431 private SwigDelegateOdDgHostAppServices_44 swigDelegate44;
1432 private SwigDelegateOdDgHostAppServices_45 swigDelegate45;
1433 private SwigDelegateOdDgHostAppServices_46 swigDelegate46;
1434 private SwigDelegateOdDgHostAppServices_47 swigDelegate47;
1435 private SwigDelegateOdDgHostAppServices_48 swigDelegate48;
1436 private SwigDelegateOdDgHostAppServices_49 swigDelegate49;
1437 private SwigDelegateOdDgHostAppServices_50 swigDelegate50;
1438 private SwigDelegateOdDgHostAppServices_51 swigDelegate51;
1439 private SwigDelegateOdDgHostAppServices_52 swigDelegate52;
1440 private SwigDelegateOdDgHostAppServices_53 swigDelegate53;
1441 private SwigDelegateOdDgHostAppServices_54 swigDelegate54;
1442 private SwigDelegateOdDgHostAppServices_55 swigDelegate55;
1443 private SwigDelegateOdDgHostAppServices_56 swigDelegate56;
1444
1445 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
1446 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
1447 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(String), typeof(OdRxObject), typeof(OdDbBaseHostAppServices.FindFileHint) };
1448 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(String), typeof(OdRxObject) };
1449 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(String) };
1450 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
1451 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDbHostAppProgressMeter) };
1452 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
1453 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { };
1454 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
1455 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { };
1456 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { };
1457 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
1458 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { };
1459 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { };
1460 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(String) };
1461 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(string), typeof(String) };
1462 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdResult) };
1463 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(string), typeof(OdResult) };
1464 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(uint) };
1465 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { };
1466 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { };
1467 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdAuditInfo), typeof(String), typeof(int) };
1468 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdTtfDescriptor), typeof(string).MakeByRefType() };
1469 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { };
1470 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { };
1471 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
1472 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
1473 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(OdFont), typeof(char /*SIMPLETYPE*/), typeof(OdRxObject) };
1474 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(OdStringArray) };
1475 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(OdStringArray), typeof(String), typeof(String) };
1476 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdStringArray), typeof(String) };
1477 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String), typeof(String) };
1478 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String) };
1479 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(int), typeof(String), typeof(String) };
1480 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(int), typeof(String) };
1481 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(int) };
1482 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject), typeof(UInt32 /*SIMPLETYPE*/) };
1483 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject) };
1484 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdRxObject) };
1485 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { };
1486 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { };
1487 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(MultiThreadedMode) };
1488 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(String), typeof(string).MakeByRefType() };
1489 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(String), typeof(String) };
1490 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(UserNameFormat) };
1491 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { };
1492 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { };
1493 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(OdDgHostAppServices.DatabaseDefaultContent) };
1494 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { };
1495 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(String), typeof(FileShareMode), typeof(bool) };
1496 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(String), typeof(FileShareMode) };
1497 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(String) };
1498 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
1499 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
1500 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
1501 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { };
1506 }
1507
1508}
1509
1510}
static HandleRef getCPtr(OdBinaryData obj)
Definition: OdBinaryData.cs:25
static HandleRef getCPtr(OdBrepBuilder obj)
virtual void collectFilePathsInDirectory(OdStringArray res, String sPath, String sFilter)
virtual String getErrorDescription(uint errorCode)
virtual void releaseProgressMeter(OdDbHostAppProgressMeter pProgressMeter)
virtual bool getSystemFontFolders(OdStringArray aDirs)
virtual void auditPrintReport(OdAuditInfo pAuditInfo, String strLine, int printDest)
virtual OdResult getEnv(String varName, ref string value)
virtual String fileDialog(int flags, String dialogCaption, String defExt, String defFilename, String filter)
virtual int numThreads(MultiThreadedMode mtMode)
virtual bool ttfFileNameByDescriptor(OdTtfDescriptor description, ref string filename)
static HandleRef getCPtr(OdDbBaseHostAppServices obj)
virtual String getSubstituteFontByChar(OdFont pFont, char unicodeChar, OdRxObject pDb)
virtual OdResult setEnv(String varName, String newValue)
virtual OdDbHostAppProgressMeter newProgressMeter()
static HandleRef getCPtr(OdDbHostAppProgressMeter obj)
static HandleRef getCPtr(OdDbUndoController obj)
static HandleRef getCPtr(OdGsDevice obj)
Definition: OdGsDevice.cs:25
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdStreamBuf obj)
Definition: OdStreamBuf.cs:25
static HandleRef getCPtr(OdStringArray obj)
virtual void setDG_INTERNAL_LS_REGEN_DRAW(bool val)
override OdGsDevice gsBitmapDevice(OdRxObject pViewObj)
delegate IntPtr SwigDelegateOdDgHostAppServices_0(IntPtr protocolClass)
virtual void setMS_PENTABLE(String val)
void loadRscFont(String strRscFontFileName)
virtual void setMS_MATERIAL(OdStringArray val)
delegate IntPtr SwigDelegateOdDgHostAppServices_48(int defaultContent)
delegate String SwigDelegateOdDgHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename)
delegate IntPtr SwigDelegateOdDgHostAppServices_21()
delegate IntPtr SwigDelegateOdDgHostAppServices_20()
virtual void setDG_PROCESSTAGASSOC(bool val)
virtual void setPREVIEW_HEIGHT(UInt32 val)
static HandleRef getCPtr(OdDgHostAppServices obj)
static new OdDgHostAppServices createObject()
delegate String SwigDelegateOdDgHostAppServices_46()
virtual void getMS_SYMBRSRC(OdStringArray val)
virtual void setDG_GRIPHOVER(Int16 val)
virtual void setMS_PATTERN(OdStringArray val)
delegate void SwigDelegateOdDgHostAppServices_6(global::System.IntPtr pProgressMeter)
virtual void getMS_PATTERN(OdStringArray val)
override void Dispose(bool disposing)
delegate String SwigDelegateOdDgHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename)
virtual void setFAST_FONT(String val)
delegate int SwigDelegateOdDgHostAppServices_12()
delegate IntPtr SwigDelegateOdDgHostAppServices_50([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad)
virtual void setTG_TEXTSIZE(double val)
void loadRscLineStyle(String strRscLineStyleFileName)
delegate int SwigDelegateOdDgHostAppServices_44([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue)
delegate IntPtr SwigDelegateOdDgHostAppServices_39(IntPtr pViewObj)
virtual void setDG_GRIPCOLOR(Int16 val)
override String findFile(String filename)
delegate String SwigDelegateOdDgHostAppServices_45(int unFormat)
virtual OdDgDatabase readFile(String fileName, FileShareMode shareMode, bool partialLoad)
delegate IntPtr SwigDelegateOdDgHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String fileName)
virtual OdDgDatabase readFile(String fileName, FileShareMode shareMode)
delegate String SwigDelegateOdDgHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint)
override OdGsDevice gsBitmapDevice(OdRxObject pViewObj, OdRxObject pDb)
virtual void setMS_SYMBRSRC(OdStringArray val)
virtual bool setThumbnail(String filename, OdBinaryData dibData)
delegate bool SwigDelegateOdDgHostAppServices_23(global::System.IntPtr description, IntPtr filename)
virtual void setMS_MATPALETTE(OdStringArray val)
virtual void setDG_PROCESSDIMASSOC(bool val)
virtual void setTG_USE_XREFCTBL(bool val)
delegate bool SwigDelegateOdDgHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate void SwigDelegateOdDgHostAppServices_31(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath)
delegate IntPtr SwigDelegateOdDgHostAppServices_51([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode)
virtual void getMS_MATERIAL(OdStringArray val)
virtual void setDG_GRIPHOT(Int16 val)
delegate void SwigDelegateOdDgHostAppServices_18(string warnVisGroup, int warningOb)
delegate int SwigDelegateOdDgHostAppServices_42(int mtMode)
virtual void setTG_REMAP_CLRIDX(bool val)
override OdResult brepBuilder(OdBrepBuilder brepBuilder, BrepType bbType)
delegate String SwigDelegateOdDgHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb)
delegate String SwigDelegateOdDgHostAppServices_35(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption)
delegate void SwigDelegateOdDgHostAppServices_22(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest)
virtual bool getThumbnail(String filename, OdBinaryData dibData)
override String findFile(String filename, OdRxObject pDb, OdDbBaseHostAppServices.FindFileHint hint)
delegate String SwigDelegateOdDgHostAppServices_14()
virtual OdDgDatabase readFile(String fileName)
delegate int SwigDelegateOdDgHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value)
delegate String SwigDelegateOdDgHostAppServices_25()
override OdGsDevice gsBitmapDevice(OdRxObject pViewObj, OdRxObject pDb, UInt32 flags)
delegate String SwigDelegateOdDgHostAppServices_41()
virtual void setDG_CONE_ISOLINES_REGEN_DRAW(bool val)
delegate IntPtr SwigDelegateOdDgHostAppServices_56()
virtual void getMS_FONTPATH(OdStringArray val)
override String getPreferableFont(String fontName, OdFontType fontType)
override OdStreamBuf newUndoStream()
override String releaseMajorMinorString()
virtual void setTG_LSSCALE_TRANSFORM(bool val)
delegate void SwigDelegateOdDgHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message)
delegate IntPtr SwigDelegateOdDgHostAppServices_37(IntPtr pViewObj, IntPtr pDb, UInt32 flags)
virtual void setPREVIEW_WIDTH(UInt32 val)
override OdGsDevice gsBitmapDevice()
delegate void SwigDelegateOdDgHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter)
virtual void setMS_MTBL(OdStringArray val)
static OdDgHostAppServices cast(OdRxObject pObj)
delegate IntPtr SwigDelegateOdDgHostAppServices_1()
virtual void setDG_EXACT_EXTENTS(bool val)
delegate String SwigDelegateOdDgHostAppServices_27([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
delegate String SwigDelegateOdDgHostAppServices_19(uint errorCode)
override String findFile(String filename, OdRxObject pDb)
delegate String SwigDelegateOdDgHostAppServices_36(int flags)
virtual void getMS_MTBL(OdStringArray val)
delegate String SwigDelegateOdDgHostAppServices_24()
virtual void setMS_REF_NEWLEVELDISPLAY(bool val)
delegate void SwigDelegateOdDgHostAppServices_17(int warningOb)
virtual void setMS_RSRC(String val)
delegate String SwigDelegateOdDgHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt)
virtual void setPICKFIRST(bool val)
virtual void setDG_ACTIVELEVELALWAYSVISIBLE(bool val)
delegate bool SwigDelegateOdDgHostAppServices_29(global::System.IntPtr aDirs)
virtual bool createThumbnail(String filename, OdBinaryData dibData)
virtual void setMS_FONTPATH(OdStringArray val)
static string getRealClassName(IntPtr ptr)
delegate String SwigDelegateOdDgHostAppServices_7()
virtual void setMS_BUMP(OdStringArray val)
virtual void setTG_NURBS_GRID(UInt32 val)
override OdDbUndoController newUndoController()
delegate bool SwigDelegateOdDgHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate String SwigDelegateOdDgHostAppServices_11()
delegate int SwigDelegateOdDgHostAppServices_10()
delegate bool SwigDelegateOdDgHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate IntPtr SwigDelegateOdDgHostAppServices_38(IntPtr pViewObj, IntPtr pDb)
virtual void setMS_3DOBJ_WF_ISOLINES(bool val)
override String getSubstituteFont(String fontName, OdFontType fontType)
virtual void setDG_PROCESSMLINEASSOC(bool val)
delegate IntPtr SwigDelegateOdDgHostAppServices_49()
override OdRxObject queryX(OdRxClass protocolClass)
OdDgHostAppServices(IntPtr cPtr, bool cMemoryOwn)
delegate global::System.IntPtr SwigDelegateOdDgHostAppServices_5()
delegate int SwigDelegateOdDgHostAppServices_13()
delegate String SwigDelegateOdDgHostAppServices_8()
delegate IntPtr SwigDelegateOdDgHostAppServices_40()
virtual void setMtMode(Int16 val)
delegate String SwigDelegateOdDgHostAppServices_9()
delegate String SwigDelegateOdDgHostAppServices_28(IntPtr pFont, char unicodeChar, IntPtr pDb)
delegate void SwigDelegateOdDgHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message)
delegate IntPtr SwigDelegateOdDgHostAppServices_47()
virtual void getMS_BUMP(OdStringArray val)
delegate String SwigDelegateOdDgHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter)
virtual OdDbBaseHostAppServices getDbHostAppServices()
delegate String SwigDelegateOdDgHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
virtual OdDgDatabase createDatabase(OdDgHostAppServices.DatabaseDefaultContent defaultContent)
virtual void setMS_DEFCTBL(String val)
virtual void setPICKBOX(Int16 val)
virtual void setDG_GRIPOBJLIMIT(Int16 val)
virtual void setDG_GRIPSIZE(Int16 val)
virtual void getMS_MATPALETTE(OdStringArray val)
virtual OdDgDatabase createDatabase()
static global::System.Exception Retrieve()
static String OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static IntPtr OdDgHostAppServices_newUndoController(HandleRef jarg1)
static void OdDgHostAppServices_getMS_MTBL(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgHostAppServices_getTG_LSSCALE_TRANSFORM(HandleRef jarg1)
static void OdDgHostAppServices_setDG_EXACT_EXTENTS(HandleRef jarg1, bool jarg2)
static void OdDgHostAppServices_setDG_ACTIVELEVELALWAYSVISIBLE(HandleRef jarg1, bool jarg2)
static void OdDgHostAppServices_setMS_MATERIAL(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgHostAppServices_getMS_SYMBRSRC(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgHostAppServices_getDbHostAppServicesSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static bool OdDgHostAppServices_setThumbnailSwigExplicitOdDgHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static int OdDgHostAppServices_brepBuilder(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)
static String OdDgHostAppServices_getFontMapFileNameSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_getMS_FONTPATH(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDgHostAppServices_getMS_DEFCTBL(HandleRef jarg1)
static IntPtr OdDgHostAppServices_newUndoControllerSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static String OdDgHostAppServices_getFAST_FONT(HandleRef jarg1)
static IntPtr OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgHostAppServices_setMS_3DOBJ_WF_ISOLINES(HandleRef jarg1, bool jarg2)
static bool OdDgHostAppServices_getMS_3DOBJ_WF_ISOLINES(HandleRef jarg1)
static void OdDgHostAppServices_getMS_PATTERN(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDgHostAppServices_getPreferableFont(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static String OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, HandleRef jarg3, int jarg4)
static IntPtr OdDgHostAppServices_isASwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void delete_OdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setTG_LSSCALE_TRANSFORM(HandleRef jarg1, bool jarg2)
static IntPtr OdDgHostAppServices_databaseClassSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setMS_PATTERN(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgHostAppServices_newUndoStream(HandleRef jarg1)
static Int16 OdDgHostAppServices_getDG_GRIPHOVER(HandleRef jarg1)
static void OdDgHostAppServices_setDG_CONE_ISOLINES_REGEN_DRAW(HandleRef jarg1, bool jarg2)
static void OdDgHostAppServices_setMS_PENTABLE(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgHostAppServices_setMS_MTBL(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgHostAppServices_getDbHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setMS_BUMP(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgHostAppServices_getDG_PROCESSMLINEASSOC(HandleRef jarg1)
static IntPtr OdDgHostAppServices_gsBitmapDevice__SWIG_3(HandleRef jarg1)
static void OdDgHostAppServices_setTG_REMAP_CLRIDX(HandleRef jarg1, bool jarg2)
static bool OdDgHostAppServices_setThumbnail(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static IntPtr OdDgHostAppServices_gsBitmapDevice__SWIG_0(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, UInt32 jarg4)
static Int16 OdDgHostAppServices_getDG_GRIPSIZE(HandleRef jarg1)
static bool OdDgHostAppServices_getTG_USE_XREFCTBL(HandleRef jarg1)
static String OdDgHostAppServices_getFontMapFileName(HandleRef jarg1)
static String OdDgHostAppServices_releaseMajorMinorString(HandleRef jarg1)
static IntPtr OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_1(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static String OdDgHostAppServices_programSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setDG_INTERNAL_LS_REGEN_DRAW(HandleRef jarg1, bool jarg2)
static void OdDgHostAppServices_setPICKBOX(HandleRef jarg1, Int16 jarg2)
static void OdDgHostAppServices_setMS_DEFCTBL(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgHostAppServices_setMS_FONTPATH(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgHostAppServices_createThumbnailSwigExplicitOdDgHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static IntPtr OdDgHostAppServices_readFile__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDgHostAppServices_getPICKFIRST(HandleRef jarg1)
static IntPtr OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static Int16 OdDgHostAppServices_getDG_GRIPOBJLIMIT(HandleRef jarg1)
static String OdDgHostAppServices_productSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setMS_MATPALETTE(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgHostAppServices_getDG_CONE_ISOLINES_REGEN_DRAW(HandleRef jarg1)
static void OdDgHostAppServices_setTG_NURBS_GRID(HandleRef jarg1, UInt32 jarg2)
static IntPtr OdDgHostAppServices_createDatabase__SWIG_0(HandleRef jarg1, int jarg2)
static IntPtr OdDgHostAppServices_queryXSwigExplicitOdDgHostAppServices(HandleRef jarg1, HandleRef jarg2)
static Int16 OdDgHostAppServices_getMtMode(HandleRef jarg1)
static String OdDgHostAppServices_product(HandleRef jarg1)
static bool OdDgHostAppServices_getDG_PROCESSDIMASSOC(HandleRef jarg1)
static void OdDgHostAppServices_setTG_USE_XREFCTBL(HandleRef jarg1, bool jarg2)
static IntPtr OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_3(HandleRef jarg1)
static String OdDgHostAppServices_releaseMajorMinorStringSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static Int16 OdDgHostAppServices_getDG_GRIPHOT(HandleRef jarg1)
static void OdDgHostAppServices_setFAST_FONT(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDgHostAppServices_getSubstituteFont(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static IntPtr OdDgHostAppServices_desc()
static IntPtr OdDgHostAppServices_databaseClass(HandleRef jarg1)
static void OdDgHostAppServices_setDG_GRIPCOLOR(HandleRef jarg1, Int16 jarg2)
static bool OdDgHostAppServices_getDG_INTERNAL_LS_REGEN_DRAW(HandleRef jarg1)
static void OdDgHostAppServices_setDG_GRIPHOT(HandleRef jarg1, Int16 jarg2)
static IntPtr OdDgHostAppServices_gsBitmapDevice__SWIG_2(HandleRef jarg1, HandleRef jarg2)
static String OdDgHostAppServices_program(HandleRef jarg1)
static String OdDgHostAppServices_getAlternateFontNameSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static String OdDgHostAppServices_versionStringSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static IntPtr OdDgHostAppServices_queryX(HandleRef jarg1, HandleRef jarg2)
static double OdDgHostAppServices_getTG_TEXTSIZE(HandleRef jarg1)
static void OdDgHostAppServices_setDG_GRIPHOVER(HandleRef jarg1, Int16 jarg2)
static String OdDgHostAppServices_versionString(HandleRef jarg1)
static bool OdDgHostAppServices_getDG_ACTIVELEVELALWAYSVISIBLE(HandleRef jarg1)
static void OdDgHostAppServices_setMS_REF_NEWLEVELDISPLAY(HandleRef jarg1, bool jarg2)
static String OdDgHostAppServices_findFile__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, HandleRef jarg3, int jarg4)
static IntPtr OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_2(HandleRef jarg1, HandleRef jarg2)
static void OdDgHostAppServices_loadRscLineStyle(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDgHostAppServices_findFile__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, HandleRef jarg3)
static IntPtr OdDgHostAppServices_readFile__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3, bool jarg4)
static String OdDgHostAppServices_findFile__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgHostAppServices_loadRscFont(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDgHostAppServices_getMS_REF_NEWLEVELDISPLAY(HandleRef jarg1)
static void OdDgHostAppServices_reloadRscLineStyles(HandleRef jarg1)
static UInt32 OdDgHostAppServices_getTG_NURBS_GRID(HandleRef jarg1)
static IntPtr OdDgHostAppServices_createDatabase__SWIG_1(HandleRef jarg1)
static void OdDgHostAppServices_cleanupRscFontMap(HandleRef jarg1)
static void OdDgHostAppServices_setPREVIEW_WIDTH(HandleRef jarg1, UInt32 jarg2)
static void OdDgHostAppServices_setDG_GRIPSIZE(HandleRef jarg1, Int16 jarg2)
static IntPtr OdDgHostAppServices_readFileSwigExplicitOdDgHostAppServices__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3, bool jarg4)
static bool OdDgHostAppServices_getDG_PROCESSTAGASSOC(HandleRef jarg1)
static IntPtr OdDgHostAppServices_cast(HandleRef jarg1)
static void OdDgHostAppServices_setDG_PROCESSMLINEASSOC(HandleRef jarg1, bool jarg2)
static IntPtr OdDgHostAppServices_readFile__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static void OdDgHostAppServices_setPREVIEW_HEIGHT(HandleRef jarg1, UInt32 jarg2)
static void OdDgHostAppServices_getMS_MATPALETTE(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDgHostAppServices_getSubstituteFontSwigExplicitOdDgHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static Int16 OdDgHostAppServices_getPICKBOX(HandleRef jarg1)
static IntPtr OdDgHostAppServices_gsBitmapDevice__SWIG_1(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static void OdDgHostAppServices_setMS_RSRC(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static IntPtr OdDgHostAppServices_gsBitmapDeviceSwigExplicitOdDgHostAppServices__SWIG_0(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, UInt32 jarg4)
static IntPtr OdDgHostAppServices_createObject()
static void OdDgHostAppServices_cleanupLineStyleDefRscMap(HandleRef jarg1)
static String OdDgHostAppServices_getMS_PENTABLE(HandleRef jarg1)
static bool OdDgHostAppServices_getThumbnail(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static void OdDgHostAppServices_setPICKFIRST(HandleRef jarg1, bool jarg2)
static void OdDgHostAppServices_setDG_PROCESSTAGASSOC(HandleRef jarg1, bool jarg2)
static Int16 OdDgHostAppServices_getDG_GRIPCOLOR(HandleRef jarg1)
static void OdDgHostAppServices_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_0 delegate0, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_1 delegate1, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_2 delegate2, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_3 delegate3, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_4 delegate4, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_5 delegate5, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_6 delegate6, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_7 delegate7, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_8 delegate8, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_9 delegate9, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_10 delegate10, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_11 delegate11, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_12 delegate12, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_13 delegate13, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_14 delegate14, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_15 delegate15, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_16 delegate16, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_17 delegate17, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_18 delegate18, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_19 delegate19, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_20 delegate20, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_21 delegate21, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_22 delegate22, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_23 delegate23, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_24 delegate24, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_25 delegate25, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_26 delegate26, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_27 delegate27, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_28 delegate28, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_29 delegate29, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_30 delegate30, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_31 delegate31, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_32 delegate32, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_33 delegate33, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_34 delegate34, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_35 delegate35, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_36 delegate36, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_37 delegate37, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_38 delegate38, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_39 delegate39, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_40 delegate40, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_41 delegate41, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_42 delegate42, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_43 delegate43, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_44 delegate44, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_45 delegate45, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_46 delegate46, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_47 delegate47, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_48 delegate48, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_49 delegate49, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_50 delegate50, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_51 delegate51, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_52 delegate52, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_53 delegate53, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_54 delegate54, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_55 delegate55, OdDgHostAppServices.SwigDelegateOdDgHostAppServices_56 delegate56)
static String OdDgHostAppServices_getPreferableFontSwigExplicitOdDgHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static string OdDgHostAppServices_getRealClassName(IntPtr jarg1)
static bool OdDgHostAppServices_createThumbnail(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static String OdDgHostAppServices_getMS_RSRC(HandleRef jarg1)
static void OdDgHostAppServices_setDG_GRIPOBJLIMIT(HandleRef jarg1, Int16 jarg2)
static void OdDgHostAppServices_setMtMode(HandleRef jarg1, Int16 jarg2)
static void OdDgHostAppServices_getMS_BUMP(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgHostAppServices_setTG_TEXTSIZE(HandleRef jarg1, double jarg2)
static IntPtr OdDgHostAppServices_createDatabaseSwigExplicitOdDgHostAppServices__SWIG_1(HandleRef jarg1)
static UInt32 OdDgHostAppServices_getPREVIEW_HEIGHT(HandleRef jarg1)
static String OdDgHostAppServices_findFileSwigExplicitOdDgHostAppServices__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, HandleRef jarg3)
static IntPtr OdDgHostAppServices_isA(HandleRef jarg1)
static String OdDgHostAppServices_getAlternateFontName(HandleRef jarg1)
static IntPtr OdDgHostAppServices_createDatabaseSwigExplicitOdDgHostAppServices__SWIG_0(HandleRef jarg1, int jarg2)
static void OdDgHostAppServices_setMS_SYMBRSRC(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDgHostAppServices_companyNameSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static bool OdDgHostAppServices_getDG_EXACT_EXTENTS(HandleRef jarg1)
static bool OdDgHostAppServices_getThumbnailSwigExplicitOdDgHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, IntPtr jarg3)
static bool OdDgHostAppServices_getTG_REMAP_CLRIDX(HandleRef jarg1)
static void OdDgHostAppServices_getMS_MATERIAL(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgHostAppServices_newUndoStreamSwigExplicitOdDgHostAppServices(HandleRef jarg1)
static void OdDgHostAppServices_setDG_PROCESSDIMASSOC(HandleRef jarg1, bool jarg2)
static UInt32 OdDgHostAppServices_getPREVIEW_WIDTH(HandleRef jarg1)
static String OdDgHostAppServices_companyName(HandleRef jarg1)
static void OdDgHostAppServices_reloadRscFonts(HandleRef jarg1)