Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxUserIO.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class CFxUserIO : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxUserIO(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxUserIO obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
32 ~CFxUserIO() {
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public virtual void Write(CFxString prompt) {
56 }
57
58 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode, int flags, TRACKER_VECTOR pTrackers) {
59 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_0(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt), fdt_resbufW.getCPtr(pFilter), OdGePoint3dArray.getCPtr(pickPointsWCS), bSingleMode, flags, TRACKER_VECTOR.getCPtr(pTrackers));
61 return ret;
62 }
63
64 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode, int flags) {
65 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_1(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt), fdt_resbufW.getCPtr(pFilter), OdGePoint3dArray.getCPtr(pickPointsWCS), bSingleMode, flags);
67 return ret;
68 }
69
70 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode) {
71 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_2(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt), fdt_resbufW.getCPtr(pFilter), OdGePoint3dArray.getCPtr(pickPointsWCS), bSingleMode);
73 return ret;
74 }
75
76 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS) {
77 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_3(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt), fdt_resbufW.getCPtr(pFilter), OdGePoint3dArray.getCPtr(pickPointsWCS));
79 return ret;
80 }
81
82 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter) {
83 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_4(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt), fdt_resbufW.getCPtr(pFilter));
85 return ret;
86 }
87
88 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt) {
89 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_5(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt), CFxString.getCPtr(sRemovePrompt));
91 return ret;
92 }
93
94 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt) {
95 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_6(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords, CFxString.getCPtr(sSelectPrompt));
97 return ret;
98 }
99
100 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords) {
101 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_7(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet), keywords);
103 return ret;
104 }
105
106 public virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet) {
107 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoSSGet__SWIG_8(swigCPtr, (int)eMode, CFxSelectionSet.getCPtr(pSelectionSet));
109 return ret;
110 }
111
112 public virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords, int flags, TRACKER_VECTOR pTrackers) {
113 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoEntsel__SWIG_0(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), out bPointInput, keywords, flags, TRACKER_VECTOR.getCPtr(pTrackers));
115 return ret;
116 }
117
118 public virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords, int flags) {
119 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoEntsel__SWIG_1(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), out bPointInput, keywords, flags);
121 return ret;
122 }
123
124 public virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords) {
125 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoEntsel__SWIG_2(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), out bPointInput, keywords);
127 return ret;
128 }
129
130 public virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput) {
131 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoEntsel__SWIG_3(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), out bPointInput);
133 return ret;
134 }
135
136 public virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords, int flags, TRACKER_VECTOR pTrackers) {
137 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoNentsel__SWIG_0(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), pickflag, OdGeMatrix3d.getCPtr(modelToWorld), OdDbObjectIdArray.getCPtr(containerBlocks), keywords, flags, TRACKER_VECTOR.getCPtr(pTrackers));
139 return ret;
140 }
141
142 public virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords, int flags) {
143 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoNentsel__SWIG_1(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), pickflag, OdGeMatrix3d.getCPtr(modelToWorld), OdDbObjectIdArray.getCPtr(containerBlocks), keywords, flags);
145 return ret;
146 }
147
148 public virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords) {
149 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoNentsel__SWIG_2(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), pickflag, OdGeMatrix3d.getCPtr(modelToWorld), OdDbObjectIdArray.getCPtr(containerBlocks), keywords);
151 return ret;
152 }
153
154 public virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks) {
155 int ret = PCADGlobalsPINVOKE.CFxUserIO_DoNentsel__SWIG_3(swigCPtr, CFxString.getCPtr(sPrompt), CFxSelectionSet.getCPtr(pSelectionSet), fdt_resbufW.getCPtr(pFilter), OdGePoint3d.getCPtr(pickPointWCS), pickflag, OdGeMatrix3d.getCPtr(modelToWorld), OdDbObjectIdArray.getCPtr(containerBlocks));
157 return ret;
158 }
159
160 public virtual int GetUserInput(CFxString pInput) {
163 return ret;
164 }
165
166 public virtual CFxString GetUserInput() {
169 return ret;
170 }
171
172 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
173 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_0(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
175 return ret;
176 }
177
178 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers) {
179 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_1(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers));
181 return ret;
182 }
183
184 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine) {
185 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_2(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine);
187 return ret;
188 }
189
190 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt) {
191 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_3(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
193 return ret;
194 }
195
196 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker) {
197 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_4(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS), CFxEdInputTracker.getCPtr(pTracker));
199 return ret;
200 }
201
202 public virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS) {
203 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetPoint__SWIG_5(swigCPtr, CFxString.getCPtr(sPrompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePointWCS), OdGePoint3d.getCPtr(pReturnValueWCS));
205 return ret;
206 }
207
208 public virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult, CFxEdInputTracker pTracker, TRACKER_VECTOR pTrackers) {
209 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetString__SWIG_0(swigCPtr, bIgnoreSpaces, CFxString.getCPtr(sPrompt), CFxString.getCPtr(sDefaultVal), CFxString.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker), TRACKER_VECTOR.getCPtr(pTrackers));
211 return ret;
212 }
213
214 public virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult, CFxEdInputTracker pTracker) {
215 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetString__SWIG_1(swigCPtr, bIgnoreSpaces, CFxString.getCPtr(sPrompt), CFxString.getCPtr(sDefaultVal), CFxString.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker));
217 return ret;
218 }
219
220 public virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult) {
221 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetString__SWIG_2(swigCPtr, bIgnoreSpaces, CFxString.getCPtr(sPrompt), CFxString.getCPtr(sDefaultVal), CFxString.getCPtr(pResult));
223 return ret;
224 }
225
226 public virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult, CFxEdInputTracker pTracker, TRACKER_VECTOR pTrackers) {
229 return ret;
230 }
231
232 public virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult, CFxEdInputTracker pTracker) {
235 return ret;
236 }
237
238 public virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult) {
239 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetKeyword__SWIG_2(swigCPtr, CFxString.getCPtr(sPrompt), CFxString.getCPtr(sDefault), CFxString.getCPtr(pResult));
241 return ret;
242 }
243
244 public virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers) {
245 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDouble__SWIG_0(swigCPtr, CFxString.getCPtr(sPrompt), pDefaultVal, out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers));
247 return ret;
248 }
249
250 public virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
251 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDouble__SWIG_1(swigCPtr, CFxString.getCPtr(sPrompt), pDefaultVal, out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
253 return ret;
254 }
255
256 public virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker) {
257 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDouble__SWIG_2(swigCPtr, CFxString.getCPtr(sPrompt), pDefaultVal, out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
259 return ret;
260 }
261
262 public virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange) {
263 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDouble__SWIG_3(swigCPtr, CFxString.getCPtr(sPrompt), pDefaultVal, out pResult, CFxRangeDouble.getCPtr(pRange));
265 return ret;
266 }
267
268 public virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult) {
269 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDouble__SWIG_4(swigCPtr, CFxString.getCPtr(sPrompt), pDefaultVal, out pResult);
271 return ret;
272 }
273
274 public virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers) {
275 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetInt__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultVal, out pResult, CFxRangeInt.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers));
277 return ret;
278 }
279
280 public virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
281 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetInt__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultVal, out pResult, CFxRangeInt.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
283 return ret;
284 }
285
286 public virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker) {
287 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetInt__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), pDefaultVal, out pResult, CFxRangeInt.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
289 return ret;
290 }
291
292 public virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange) {
293 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetInt__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), pDefaultVal, out pResult, CFxRangeInt.getCPtr(pRange));
295 return ret;
296 }
297
298 public virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult) {
299 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetInt__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), pDefaultVal, out pResult);
301 return ret;
302 }
303
304 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
305 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
307 return ret;
308 }
309
310 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers) {
311 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers));
313 return ret;
314 }
315
316 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine) {
317 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine);
319 return ret;
320 }
321
322 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
323 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
325 return ret;
326 }
327
328 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker) {
329 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
331 return ret;
332 }
333
334 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange) {
335 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_5(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange));
337 return ret;
338 }
339
340 public virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult) {
341 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetAngle__SWIG_6(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult);
343 return ret;
344 }
345
346 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
347 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
349 return ret;
350 }
351
352 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers) {
353 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers));
355 return ret;
356 }
357
358 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine) {
359 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine);
361 return ret;
362 }
363
364 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
365 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
367 return ret;
368 }
369
370 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker) {
371 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
373 return ret;
374 }
375
376 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange) {
377 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_5(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult, CFxRangeDouble.getCPtr(pRange));
379 return ret;
380 }
381
382 public virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult) {
383 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDirection__SWIG_6(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePointWCS), out pResult);
385 return ret;
386 }
387
388 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
389 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
391 return ret;
392 }
393
394 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers) {
395 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers));
397 return ret;
398 }
399
400 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine) {
401 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine);
403 return ret;
404 }
405
406 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
407 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
409 return ret;
410 }
411
412 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker) {
413 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
415 return ret;
416 }
417
418 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange) {
419 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_5(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange));
421 return ret;
422 }
423
424 public virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult) {
425 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetOrient__SWIG_6(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult);
427 return ret;
428 }
429
430 public virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
431 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetCorner__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePtWCS), OdGePoint3d.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
433 return ret;
434 }
435
436 public virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers) {
437 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetCorner__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePtWCS), OdGePoint3d.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers));
439 return ret;
440 }
441
442 public virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt) {
443 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetCorner__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePtWCS), OdGePoint3d.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
445 return ret;
446 }
447
448 public virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker) {
449 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetCorner__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePtWCS), OdGePoint3d.getCPtr(pResult), CFxEdInputTracker.getCPtr(pTracker));
451 return ret;
452 }
453
454 public virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult) {
455 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetCorner__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), OdGePoint3d.getCPtr(pDefaultValue), OdGePoint3d.getCPtr(pBasePtWCS), OdGePoint3d.getCPtr(pResult));
457 return ret;
458 }
459
460 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
461 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
463 return ret;
464 }
465
466 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers) {
467 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine, TRACKER_VECTOR.getCPtr(pTrackers));
469 return ret;
470 }
471
472 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine) {
473 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_2(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt), bDoNotShowBasePointLine);
475 return ret;
476 }
477
478 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt) {
479 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_3(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker), CFxString.getCPtr(errorPrompt));
481 return ret;
482 }
483
484 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker) {
485 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_4(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange), CFxEdInputTracker.getCPtr(pTracker));
487 return ret;
488 }
489
490 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange) {
491 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_5(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult, CFxRangeDouble.getCPtr(pRange));
493 return ret;
494 }
495
496 public virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult) {
497 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetDist__SWIG_6(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, OdGePoint3d.getCPtr(pBasePtWCS), out pResult);
499 return ret;
500 }
501
502 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane, bool bPinToOldLocation) {
503 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
504 IntPtr saved_EntType = tmp_EntType;
505 /*OUT_PARAM for SMARTPTR pre*/
506 try {
507 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_0(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, SWIGTYPE_p_CFxNoteEditorConfigPtr.getCPtr(config), iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane), bPinToOldLocation);
509 return ret;
510 } finally {
511if(tmp_EntType == IntPtr.Zero) EntType = null;
512 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
513 {
514 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
515 if(mTrans_EntType != null)
516 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
517 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
518 /*OUT_PARAM for SMARTPTR*/
519 }
520 }
521 }
522
523 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
524 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
525 IntPtr saved_EntType = tmp_EntType;
526 /*OUT_PARAM for SMARTPTR pre*/
527 try {
528 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_1(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, SWIGTYPE_p_CFxNoteEditorConfigPtr.getCPtr(config), iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
530 return ret;
531 } finally {
532if(tmp_EntType == IntPtr.Zero) EntType = null;
533 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
534 {
535 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
536 if(mTrans_EntType != null)
537 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
538 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
539 /*OUT_PARAM for SMARTPTR*/
540 }
541 }
542 }
543
544 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers) {
545 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
546 IntPtr saved_EntType = tmp_EntType;
547 /*OUT_PARAM for SMARTPTR pre*/
548 try {
549 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_2(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, SWIGTYPE_p_CFxNoteEditorConfigPtr.getCPtr(config), iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers));
551 return ret;
552 } finally {
553if(tmp_EntType == IntPtr.Zero) EntType = null;
554 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
555 {
556 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
557 if(mTrans_EntType != null)
558 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
559 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
560 /*OUT_PARAM for SMARTPTR*/
561 }
562 }
563 }
564
565 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt) {
566 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
567 IntPtr saved_EntType = tmp_EntType;
568 /*OUT_PARAM for SMARTPTR pre*/
569 try {
570 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_3(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, SWIGTYPE_p_CFxNoteEditorConfigPtr.getCPtr(config), iHelpID, CFxString.getCPtr(errorPrompt));
572 return ret;
573 } finally {
574if(tmp_EntType == IntPtr.Zero) EntType = null;
575 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
576 {
577 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
578 if(mTrans_EntType != null)
579 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
580 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
581 /*OUT_PARAM for SMARTPTR*/
582 }
583 }
584 }
585
586 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID) {
587 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
588 IntPtr saved_EntType = tmp_EntType;
589 /*OUT_PARAM for SMARTPTR pre*/
590 try {
591 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_4(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, SWIGTYPE_p_CFxNoteEditorConfigPtr.getCPtr(config), iHelpID);
593 return ret;
594 } finally {
595if(tmp_EntType == IntPtr.Zero) EntType = null;
596 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
597 {
598 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
599 if(mTrans_EntType != null)
600 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
601 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
602 /*OUT_PARAM for SMARTPTR*/
603 }
604 }
605 }
606
607 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane, bool bPinToOldLocation) {
608 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
609 IntPtr saved_EntType = tmp_EntType;
610 /*OUT_PARAM for SMARTPTR pre*/
611 try {
612 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_5(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, nFlag, iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane), bPinToOldLocation);
614 return ret;
615 } finally {
616if(tmp_EntType == IntPtr.Zero) EntType = null;
617 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
618 {
619 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
620 if(mTrans_EntType != null)
621 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
622 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
623 /*OUT_PARAM for SMARTPTR*/
624 }
625 }
626 }
627
628 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane) {
629 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
630 IntPtr saved_EntType = tmp_EntType;
631 /*OUT_PARAM for SMARTPTR pre*/
632 try {
633 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_6(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, nFlag, iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers), OdGePlane.getCPtr(pPlane));
635 return ret;
636 } finally {
637if(tmp_EntType == IntPtr.Zero) EntType = null;
638 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
639 {
640 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
641 if(mTrans_EntType != null)
642 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
643 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
644 /*OUT_PARAM for SMARTPTR*/
645 }
646 }
647 }
648
649 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers) {
650 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
651 IntPtr saved_EntType = tmp_EntType;
652 /*OUT_PARAM for SMARTPTR pre*/
653 try {
654 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_7(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, nFlag, iHelpID, CFxString.getCPtr(errorPrompt), TRACKER_VECTOR.getCPtr(pTrackers));
656 return ret;
657 } finally {
658if(tmp_EntType == IntPtr.Zero) EntType = null;
659 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
660 {
661 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
662 if(mTrans_EntType != null)
663 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
664 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
665 /*OUT_PARAM for SMARTPTR*/
666 }
667 }
668 }
669
670 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, int nFlag, int iHelpID, CFxString errorPrompt) {
671 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
672 IntPtr saved_EntType = tmp_EntType;
673 /*OUT_PARAM for SMARTPTR pre*/
674 try {
675 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_8(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, nFlag, iHelpID, CFxString.getCPtr(errorPrompt));
677 return ret;
678 } finally {
679if(tmp_EntType == IntPtr.Zero) EntType = null;
680 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
681 {
682 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
683 if(mTrans_EntType != null)
684 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
685 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
686 /*OUT_PARAM for SMARTPTR*/
687 }
688 }
689 }
690
691 public virtual int GetNoteEditor(ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ EntType, int nFlag, int iHelpID) {
692 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_EntType = EntType == null ? IntPtr.Zero : OdDbEntity.getCPtr(EntType).Handle;
693 IntPtr saved_EntType = tmp_EntType;
694 /*OUT_PARAM for SMARTPTR pre*/
695 try {
696 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetNoteEditor__SWIG_9(swigCPtr, ref tmp_EntType /*OUT_PARAM for SMARTPTR*/, nFlag, iHelpID);
698 return ret;
699 } finally {
700if(tmp_EntType == IntPtr.Zero) EntType = null;
701 if(tmp_EntType != IntPtr.Zero && tmp_EntType != saved_EntType)
702 {
703 MemoryTransaction mTrans_EntType = MemoryManager.GetMemoryManager().GetCurrentTransaction();
704 if(mTrans_EntType != null)
705 mTrans_EntType.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, true));
706 EntType = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_EntType, mTrans_EntType == null);
707 /*OUT_PARAM for SMARTPTR*/
708 }
709 }
710 }
711
712 public static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId pCodepage) {
713 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNameStatic_Obsolete__SWIG_0((int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags, SWIGTYPE_p_p_OdCodePageId.getCPtr(pCodepage));
715 return ret;
716 }
717
718 public static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags) {
719 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNameStatic_Obsolete__SWIG_1((int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags);
721 return ret;
722 }
723
724 public static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName) {
725 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNameStatic_Obsolete__SWIG_2((int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName));
727 return ret;
728 }
729
730 public static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex) {
731 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNameStatic_Obsolete__SWIG_3((int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex);
733 return ret;
734 }
735
736 public static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir) {
737 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNameStatic_Obsolete__SWIG_4((int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir));
739 return ret;
740 }
741
742 public static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId pCodepage) {
743 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_0((int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags, SWIGTYPE_p_p_OdCodePageId.getCPtr(pCodepage));
745 return ret;
746 }
747
748 public static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags) {
749 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_1((int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags);
751 return ret;
752 }
753
754 public static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName) {
755 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_2((int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName));
757 return ret;
758 }
759
760 public static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex) {
761 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_3((int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex);
763 return ret;
764 }
765
766 public static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir) {
767 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_4((int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir));
769 return ret;
770 }
771
772 public virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId codepage) {
773 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileName__SWIG_0(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags, SWIGTYPE_p_p_OdCodePageId.getCPtr(codepage));
775 return ret;
776 }
777
778 public virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags) {
779 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileName__SWIG_1(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags);
781 return ret;
782 }
783
784 public virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName) {
785 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileName__SWIG_2(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName));
787 return ret;
788 }
789
790 public virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex) {
791 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileName__SWIG_3(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex);
793 return ret;
794 }
795
796 public virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir) {
797 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileName__SWIG_4(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxString.getCPtr(pResultStr), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir));
799 return ret;
800 }
801
802 public virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId codepage) {
803 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNames__SWIG_0(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags, SWIGTYPE_p_p_OdCodePageId.getCPtr(codepage));
805 return ret;
806 }
807
808 public virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags) {
809 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNames__SWIG_1(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName), (int)flags);
811 return ret;
812 }
813
814 public virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName) {
815 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNames__SWIG_2(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex, CFxString.getCPtr(templateName));
817 return ret;
818 }
819
820 public virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex) {
821 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNames__SWIG_3(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir), out filterIndex);
823 return ret;
824 }
825
826 public virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr /*SIMPLETYPE*/ parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir) {
827 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetFileNames__SWIG_4(swigCPtr, out bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(defaultFileName), (int)pResultMode, CFxStringArray.getCPtr(pResultStrs), parent /*SIMPLETYPE*/, (int)eType, CFxString.getCPtr(dialogCaption), CFxString.getCPtr(defaultExtension), CFxString.getCPtr(filter), CFxString.getCPtr(initialDir));
829 return ret;
830 }
831
832 public virtual int MessageBox(bool bFILEDIA, CFxString prompt, CFxString caption, uint uType) {
833 int ret = PCADGlobalsPINVOKE.CFxUserIO_MessageBox(swigCPtr, bFILEDIA, CFxString.getCPtr(prompt), CFxString.getCPtr(caption), uType);
835 return ret;
836 }
837
838 public virtual void Initget(int iFlags) {
841 }
842
843 public virtual void Initget(int iFlags, CFxStringArray keywordsGlobal, CFxStringArray keywordsLocal) {
844 PCADGlobalsPINVOKE.CFxUserIO_Initget__SWIG_1(swigCPtr, iFlags, CFxStringArray.getCPtr(keywordsGlobal), CFxStringArray.getCPtr(keywordsLocal));
846 }
847
848 public virtual void Initget(int iFlags, CFxKeywordArray keywords) {
851 }
852
853 public virtual void SetIsPrintSelectResults(bool value) {
856 }
857
859 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxUserIO_GetUnitsFormatter(swigCPtr);
860 CFxUnitsFormatter ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxUnitsFormatter(cPtr, false);
862 return ret;
863 }
864
865 public virtual void SetPromptExplanation(CFxString explanation) {
868 }
869
870 public virtual CFxString GetPrompt(CFxString prompt) {
873 return ret;
874 }
875
876 public virtual CFxString GetPrompt(CFxString prompt, CFxString range) {
879 return ret;
880 }
881
882 public virtual CFxString GetPromptPoint(CFxString prompt, OdGePoint2d pDefaultValue) {
885 return ret;
886 }
887
888 public virtual CFxString GetPromptPoint(CFxString prompt, OdGePoint3d pDefaultValue) {
891 return ret;
892 }
893
894 public virtual CFxString GetPromptString(CFxString prompt, CFxString pDefaultValue) {
897 return ret;
898 }
899
900 public virtual CFxString GetPromptString(CFxString prompt, CFxString pDefaultValue, CFxString range) {
903 return ret;
904 }
905
906 public virtual CFxString GetPromptDist(CFxString prompt, double pDefaultValue) {
907 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptDist(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue), true);
909 return ret;
910 }
911
912 public virtual CFxString GetPromptReal(CFxString prompt, double pDefaultValue) {
913 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptReal(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue), true);
915 return ret;
916 }
917
918 public virtual CFxString GetPromptAngle(CFxString prompt, double pDefaultValue, bool ignoreANGBASE) {
919 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptAngle__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, ignoreANGBASE), true);
921 return ret;
922 }
923
924 public virtual CFxString GetPromptAngle(CFxString prompt, double pDefaultValue) {
925 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptAngle__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue), true);
927 return ret;
928 }
929
930 public virtual CFxString GetPromptInt(CFxString prompt, int pDefaultValue) {
931 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptInt__SWIG_0(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue), true);
933 return ret;
934 }
935
936 public virtual CFxString GetPromptInt(CFxString prompt, int pDefaultValue, CFxString range) {
937 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptInt__SWIG_1(swigCPtr, CFxString.getCPtr(prompt), pDefaultValue, CFxString.getCPtr(range)), true);
939 return ret;
940 }
941
942 public virtual CFxString GetPromptKeyword(CFxString pDefaultValue, CFxString pOptionDescription) {
943 CFxString ret = new CFxString(PCADGlobalsPINVOKE.CFxUserIO_GetPromptKeyword__SWIG_0(swigCPtr, CFxString.getCPtr(pDefaultValue), CFxString.getCPtr(pOptionDescription)), true);
945 return ret;
946 }
947
948 public virtual CFxString GetPromptKeyword(CFxString pDefaultValue) {
951 return ret;
952 }
953
954 public virtual CFxString GetPromptKeyword() {
957 return ret;
958 }
959
960 public virtual void MessageLoop_Obsolete(bool bClickAllowed, bool bIgnoreWhiteSpaces, CFxTracker pInputTracker, ref OdResBuf /*OUT_PARAM for SMARTPTR*/ pInput, TRACKER_VECTOR pTrackers) {
961 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pInput = pInput == null ? IntPtr.Zero : OdResBuf.getCPtr(pInput).Handle;
962 IntPtr saved_pInput = tmp_pInput;
963 /*OUT_PARAM for SMARTPTR pre*/
964 try {
965 PCADGlobalsPINVOKE.CFxUserIO_MessageLoop_Obsolete(swigCPtr, bClickAllowed, bIgnoreWhiteSpaces, CFxTracker.getCPtr(pInputTracker), ref tmp_pInput /*OUT_PARAM for SMARTPTR*/, TRACKER_VECTOR.getCPtr(pTrackers));
967 } finally {
968if(tmp_pInput == IntPtr.Zero) pInput = null;
969 if(tmp_pInput != IntPtr.Zero && tmp_pInput != saved_pInput)
970 {
971 MemoryTransaction mTrans_pInput = MemoryManager.GetMemoryManager().GetCurrentTransaction();
972 if(mTrans_pInput != null)
973 mTrans_pInput.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdResBuf>(typeof(OdResBuf), tmp_pInput, true));
974 pInput = Teigha.Core.Helpers.odCreateObjectInternal<OdResBuf>(typeof(OdResBuf), tmp_pInput, mTrans_pInput == null);
975 /*OUT_PARAM for SMARTPTR*/
976 }
977 }
978 }
979
981// csout array
983
985 return res;
986}
987
991 }
992
993 public virtual int GetZoomScale(double pScale, CFxString userInput, CFxView pView) {
994 int ret = PCADGlobalsPINVOKE.CFxUserIO_GetZoomScale(swigCPtr, pScale, CFxString.getCPtr(userInput), CFxView.getCPtr(pView));
996 return ret;
997 }
998
1000 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxUserIO_GetFxCurrentSelectionSet(swigCPtr);
1001 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
1003 return ret;
1004 }
1005
1006 public virtual bool IsPending() {
1007 bool ret = PCADGlobalsPINVOKE.CFxUserIO_IsPending(swigCPtr);
1009 return ret;
1010 }
1011
1012 public virtual int InitgetFlags() {
1013 int ret = PCADGlobalsPINVOKE.CFxUserIO_InitgetFlags(swigCPtr);
1015 return ret;
1016 }
1017
1018 public virtual CFxString GetActivePrompt() {
1021 return ret;
1022 }
1023
1024 public virtual void SetCurrentPrompt(CFxString prompt, bool bWrite) {
1027 }
1028
1029 public virtual void SetCurrentPrompt(CFxString prompt) {
1032 }
1033
1034 public virtual CFxStringArray GetActiveGlobalKeywords(CFxStringArray activeGlobalAbbreviations) {
1035 CFxStringArray ret = new CFxStringArray(PCADGlobalsPINVOKE.CFxUserIO_GetActiveGlobalKeywords(swigCPtr, CFxStringArray.getCPtr(activeGlobalAbbreviations)), false);
1037 return ret;
1038 }
1039
1040 public virtual CFxStringArray GetActiveLocalKeywords(CFxStringArray activeLocalAbbreviations) {
1041 CFxStringArray ret = new CFxStringArray(PCADGlobalsPINVOKE.CFxUserIO_GetActiveLocalKeywords(swigCPtr, CFxStringArray.getCPtr(activeLocalAbbreviations)), false);
1043 return ret;
1044 }
1045
1046 public enum SelectMode {
1047 eNormal = 1,
1048 ePickFirst,
1049 eCrossing,
1052 eFence,
1053 eLast,
1054 ePrevious,
1055 eWindow,
1057 eFilter,
1058 eBox,
1059 eGroup,
1060 eByPoint,
1061 eLasso,
1062 eSingleMode = 0x100,
1063 eSubobjects = 0x200,
1064 eEverythingInAperture = 0x400
1065 }
1066
1067 public enum Keywords {
1068 eKwNone = 0x0,
1069 eKwWindow = 0x1,
1070 eKwLast = 0x2,
1071 eKwCrossing = 0x4,
1072 eKwALL = 0x8,
1073 eKwBOX = 0x10,
1074 eKwFence = 0x20,
1075 eKwWPolygon = 0x40,
1076 eKwCPolygon = 0x80,
1077 eKwGroup = 0x100,
1080 }
1081
1082 public enum FileNameFlags {
1083 eFileNameNoFlags = 0,
1085 }
1086
1087 public enum FileNameType {
1088 eTypeFilter = 0x000000FF,
1089 eNew = 0x00000001,
1090 eOpen = 0x00000002,
1091 eSave = 0x00000004,
1092 eOpenFilter = 0x0000FF00,
1093 eOpenNoPreview = 0x00000100,
1094 eOpenNoReadOnly = 0x00000200,
1095 eOpenNoTemplateHandling = 0x00000400,
1096 eOpenNotExist = 0x00000800
1097 }
1098
1099 public enum FileNameRetVal {
1100 eFileNew = 0x000001,
1101 eFileNewNoTemplateImperial = 0x000002,
1102 eFileNewNoTemplateMetric = 0x000003,
1103 eFileOpen = 0x000100,
1104 eFileOpenReadOnly = 0x000300,
1105 eFileSave = 0x010000
1106 }
1107
1108}
1109
1110}
static HandleRef getCPtr(CFxEdInputTracker obj)
static HandleRef getCPtr(CFxKeywordArray obj)
static HandleRef getCPtr(CFxRangeDouble obj)
static HandleRef getCPtr(CFxRangeInt obj)
Definition: CFxRangeInt.cs:28
static HandleRef getCPtr(CFxSelectionSet obj)
static HandleRef getCPtr(CFxStringArray obj)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static HandleRef getCPtr(CFxTracker obj)
Definition: CFxTracker.cs:28
virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:442
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine)
Definition: CFxUserIO.cs:400
virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex)
Definition: CFxUserIO.cs:820
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:172
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:328
virtual CFxString GetPromptPoint(CFxString prompt, OdGePoint2d pDefaultValue)
Definition: CFxUserIO.cs:882
virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks)
Definition: CFxUserIO.cs:154
virtual void SetPreviousSelectionSet(OdDbObjectIdArray ids)
Definition: CFxUserIO.cs:988
virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult)
Definition: CFxUserIO.cs:268
virtual void Initget(int iFlags, CFxStringArray keywordsGlobal, CFxStringArray keywordsLocal)
Definition: CFxUserIO.cs:843
virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult, CFxEdInputTracker pTracker, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:208
static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex)
Definition: CFxUserIO.cs:730
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS)
Definition: CFxUserIO.cs:76
virtual int GetNoteEditor(ref OdDbEntity EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane, bool bPinToOldLocation)
Definition: CFxUserIO.cs:502
virtual CFxString GetPromptDist(CFxString prompt, double pDefaultValue)
Definition: CFxUserIO.cs:906
virtual CFxSelectionSet GetFxCurrentSelectionSet()
Definition: CFxUserIO.cs:999
virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:286
virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName)
Definition: CFxUserIO.cs:814
virtual int MessageBox(bool bFILEDIA, CFxString prompt, CFxString caption, uint uType)
Definition: CFxUserIO.cs:832
virtual CFxUnitsFormatter GetUnitsFormatter()
Definition: CFxUserIO.cs:858
virtual int GetNoteEditor(ref OdDbEntity EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:523
virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult)
Definition: CFxUserIO.cs:454
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:346
static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId pCodepage)
Definition: CFxUserIO.cs:712
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:394
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet)
Definition: CFxUserIO.cs:106
virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags)
Definition: CFxUserIO.cs:778
virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:250
virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId codepage)
Definition: CFxUserIO.cs:772
virtual CFxString GetPrompt(CFxString prompt, CFxString range)
Definition: CFxUserIO.cs:876
static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags)
Definition: CFxUserIO.cs:718
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode, int flags, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:58
virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult)
Definition: CFxUserIO.cs:298
virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex)
Definition: CFxUserIO.cs:790
virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange)
Definition: CFxUserIO.cs:262
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:460
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter)
Definition: CFxUserIO.cs:82
static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir)
Definition: CFxUserIO.cs:736
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords)
Definition: CFxUserIO.cs:100
virtual int GetNoteEditor(ref OdDbEntity EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt)
Definition: CFxUserIO.cs:565
virtual bool IsPending()
Definition: CFxUserIO.cs:1006
virtual CFxString GetActivePrompt()
Definition: CFxUserIO.cs:1018
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt)
Definition: CFxUserIO.cs:94
virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords, int flags)
Definition: CFxUserIO.cs:118
virtual int GetNoteEditor(ref OdDbEntity EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane, bool bPinToOldLocation)
Definition: CFxUserIO.cs:607
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange)
Definition: CFxUserIO.cs:376
virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir)
Definition: CFxUserIO.cs:796
static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags)
Definition: CFxUserIO.cs:748
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:412
virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:274
virtual int GetNoteEditor(ref OdDbEntity EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:628
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:178
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:352
virtual CFxString GetPromptReal(CFxString prompt, double pDefaultValue)
Definition: CFxUserIO.cs:912
virtual CFxStringArray GetActiveGlobalKeywords(CFxStringArray activeGlobalAbbreviations)
Definition: CFxUserIO.cs:1034
virtual void Dispose(bool disposing)
Definition: CFxUserIO.cs:41
virtual void MessageLoop_Obsolete(bool bClickAllowed, bool bIgnoreWhiteSpaces, CFxTracker pInputTracker, ref OdResBuf pInput, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:960
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS)
Definition: CFxUserIO.cs:202
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode)
Definition: CFxUserIO.cs:70
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:190
virtual CFxString GetUserInput()
Definition: CFxUserIO.cs:166
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt)
Definition: CFxUserIO.cs:88
static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId pCodepage)
Definition: CFxUserIO.cs:742
virtual CFxString GetPromptString(CFxString prompt, CFxString pDefaultValue)
Definition: CFxUserIO.cs:894
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine)
Definition: CFxUserIO.cs:472
virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:448
virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput)
Definition: CFxUserIO.cs:130
virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir)
Definition: CFxUserIO.cs:826
virtual CFxString GetPromptString(CFxString prompt, CFxString pDefaultValue, CFxString range)
Definition: CFxUserIO.cs:900
virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags)
Definition: CFxUserIO.cs:808
virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:214
virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange)
Definition: CFxUserIO.cs:292
virtual CFxString GetPromptAngle(CFxString prompt, double pDefaultValue, bool ignoreANGBASE)
Definition: CFxUserIO.cs:918
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine)
Definition: CFxUserIO.cs:316
virtual void Initget(int iFlags, CFxKeywordArray keywords)
Definition: CFxUserIO.cs:848
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult)
Definition: CFxUserIO.cs:496
virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords)
Definition: CFxUserIO.cs:148
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:196
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:406
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:466
virtual int GetUserInput(CFxString pInput)
Definition: CFxUserIO.cs:160
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange)
Definition: CFxUserIO.cs:418
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:322
virtual int GetNoteEditor(ref OdDbEntity EntType, int nFlag, int iHelpID)
Definition: CFxUserIO.cs:691
virtual void SetIsPrintSelectResults(bool value)
Definition: CFxUserIO.cs:853
virtual int GetZoomScale(double pScale, CFxString userInput, CFxView pView)
Definition: CFxUserIO.cs:993
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:484
virtual int GetNoteEditor(ref OdDbEntity EntType, int nFlag, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:649
virtual CFxString GetPromptInt(CFxString prompt, int pDefaultValue, CFxString range)
Definition: CFxUserIO.cs:936
static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName)
Definition: CFxUserIO.cs:754
virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords, int flags, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:112
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange)
Definition: CFxUserIO.cs:490
virtual CFxString GetPromptKeyword(CFxString pDefaultValue)
Definition: CFxUserIO.cs:948
virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:436
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult)
Definition: CFxUserIO.cs:382
CFxUserIO(IntPtr cPtr, bool cMemoryOwn)
Definition: CFxUserIO.cs:23
virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords, int flags, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:136
virtual void Write(CFxString prompt)
Definition: CFxUserIO.cs:53
virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult, CFxEdInputTracker pTracker, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:226
virtual int InitgetFlags()
Definition: CFxUserIO.cs:1012
virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:232
virtual int GetCorner(CFxString prompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePtWCS, OdGePoint3d pResult, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:430
virtual int GetPoint(CFxString sPrompt, OdGePoint3d pDefaultValue, OdGePoint3d pBasePointWCS, OdGePoint3d pReturnValueWCS, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine)
Definition: CFxUserIO.cs:184
virtual CFxString GetPromptInt(CFxString prompt, int pDefaultValue)
Definition: CFxUserIO.cs:930
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult)
Definition: CFxUserIO.cs:424
virtual int GetNoteEditor(ref OdDbEntity EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID)
Definition: CFxUserIO.cs:586
virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:256
virtual int DoNentsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, int pickflag, OdGeMatrix3d modelToWorld, OdDbObjectIdArray containerBlocks, int keywords, int flags)
Definition: CFxUserIO.cs:142
static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir)
Definition: CFxUserIO.cs:766
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:364
virtual int DoSSGet(CFxUserIO.SelectMode eMode, CFxSelectionSet pSelectionSet, int keywords, CFxString sSelectPrompt, CFxString sRemovePrompt, fdt_resbufW pFilter, OdGePoint3dArray pickPointsWCS, bool bSingleMode, int flags)
Definition: CFxUserIO.cs:64
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:304
virtual void SetCurrentPrompt(CFxString prompt)
Definition: CFxUserIO.cs:1029
static HandleRef getCPtr(CFxUserIO obj)
Definition: CFxUserIO.cs:28
virtual int GetInt(CFxString prompt, int pDefaultVal, out int pResult, CFxRangeInt pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:280
virtual int GetFileName(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName)
Definition: CFxUserIO.cs:784
static int GetFileNamesStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex)
Definition: CFxUserIO.cs:760
virtual void SetPromptExplanation(CFxString explanation)
Definition: CFxUserIO.cs:865
virtual int GetNoteEditor(ref OdDbEntity EntType, int nFlag, int iHelpID, CFxString errorPrompt)
Definition: CFxUserIO.cs:670
virtual int GetFileNames(out bool bFILEDIA, CFxString prompt, CFxString defaultFileName, CFxUserIO.FileNameRetVal pResultMode, CFxStringArray pResultStrs, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName, CFxUserIO.FileNameFlags flags, SWIGTYPE_p_p_OdCodePageId codepage)
Definition: CFxUserIO.cs:802
virtual OdDbObjectIdArray GetPreviousSelectionSet()
Definition: CFxUserIO.cs:980
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult)
Definition: CFxUserIO.cs:340
virtual int GetNoteEditor(ref OdDbEntity EntType, SWIGTYPE_p_CFxNoteEditorConfigPtr config, int iHelpID, CFxString errorPrompt, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:544
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker)
Definition: CFxUserIO.cs:370
virtual CFxString GetPromptKeyword()
Definition: CFxUserIO.cs:954
static int GetFileNameStatic_Obsolete(CFxUserIO.FileNameRetVal pResultMode, CFxString pResultStr, IntPtr parent, CFxUserIO.FileNameType eType, CFxString dialogCaption, CFxString defaultExtension, CFxString filter, CFxString initialDir, out int filterIndex, CFxString templateName)
Definition: CFxUserIO.cs:724
virtual int GetString(bool bIgnoreSpaces, CFxString sPrompt, CFxString sDefaultVal, CFxString pResult)
Definition: CFxUserIO.cs:220
virtual int GetDist(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt)
Definition: CFxUserIO.cs:478
virtual int GetOrient(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePtWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers, OdGePlane pPlane)
Definition: CFxUserIO.cs:388
virtual CFxString GetPrompt(CFxString prompt)
Definition: CFxUserIO.cs:870
virtual void Initget(int iFlags)
Definition: CFxUserIO.cs:838
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:310
virtual CFxString GetPromptPoint(CFxString prompt, OdGePoint3d pDefaultValue)
Definition: CFxUserIO.cs:888
virtual int GetDirection(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, bool bDoNotShowBasePointLine)
Definition: CFxUserIO.cs:358
virtual int GetKeyword(CFxString sPrompt, CFxString sDefault, CFxString pResult)
Definition: CFxUserIO.cs:238
virtual CFxString GetPromptAngle(CFxString prompt, double pDefaultValue)
Definition: CFxUserIO.cs:924
virtual CFxString GetPromptKeyword(CFxString pDefaultValue, CFxString pOptionDescription)
Definition: CFxUserIO.cs:942
virtual int GetDouble(CFxString sPrompt, double pDefaultVal, out double pResult, CFxRangeDouble pRange, CFxEdInputTracker pTracker, CFxString errorPrompt, TRACKER_VECTOR pTrackers)
Definition: CFxUserIO.cs:244
virtual int DoEntsel(CFxString sPrompt, CFxSelectionSet pSelectionSet, fdt_resbufW pFilter, OdGePoint3d pickPointWCS, out bool bPointInput, int keywords)
Definition: CFxUserIO.cs:124
virtual void SetCurrentPrompt(CFxString prompt, bool bWrite)
Definition: CFxUserIO.cs:1024
virtual int GetAngle(CFxString prompt, double pDefaultValue, OdGePoint3d pBasePointWCS, out double pResult, CFxRangeDouble pRange)
Definition: CFxUserIO.cs:334
virtual CFxStringArray GetActiveLocalKeywords(CFxStringArray activeLocalAbbreviations)
Definition: CFxUserIO.cs:1040
static HandleRef getCPtr(CFxView obj)
Definition: CFxView.cs:27
static void CFxUserIO_SetIsPrintSelectResults(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int CFxUserIO_InitgetFlags(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetOrient__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static global::System.IntPtr CFxUserIO_GetPromptInt__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)
static global::System.IntPtr CFxUserIO_GetPromptString__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int CFxUserIO_GetFileName__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14, int jarg15, global::System.Runtime.InteropServices.HandleRef jarg16)
static int CFxUserIO_GetAngle__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetFileNameStatic_Obsolete__SWIG_2(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static int CFxUserIO_GetOrient__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9)
static global::System.IntPtr CFxUserIO_GetPromptKeyword__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_DoSSGet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, int jarg10)
static int CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_2(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static int CFxUserIO_GetAngle__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static int CFxUserIO_DoNentsel__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetDist__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_DoSSGet__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxUserIO_MessageLoop_Obsolete(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, bool jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, ref IntPtr jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_DoEntsel__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, out bool jarg6, int jarg7)
static int CFxUserIO_GetAngle__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetInt__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetFileNameStatic_Obsolete__SWIG_3(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9)
static int CFxUserIO_GetFileNames__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13)
static global::System.IntPtr CFxUserIO_GetPromptInt__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int CFxUserIO_GetOrient__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5)
static int CFxUserIO_GetCorner__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static global::System.IntPtr CFxUserIO_GetPromptKeyword__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int CFxUserIO_GetDouble__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, out double jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetAngle__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetFileNames__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14, int jarg15, global::System.Runtime.InteropServices.HandleRef jarg16)
static int CFxUserIO_GetFileName__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13)
static int CFxUserIO_GetDouble__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, out double jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static void CFxUserIO_Initget__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int CFxUserIO_GetPoint__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8)
static int CFxUserIO_GetString__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static global::System.IntPtr CFxUserIO_GetPrompt__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_GetInt__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_1(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, int jarg11)
static global::System.IntPtr CFxUserIO_GetPromptDist(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)
static int CFxUserIO_GetOrient__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetDirection__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetNoteEditor__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8)
static int CFxUserIO_GetInt__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetFileNames__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12)
static global::System.IntPtr CFxUserIO_GetFxCurrentSelectionSet(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetDist__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static int CFxUserIO_DoSSGet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetNoteEditor__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static void CFxUserIO_SetCurrentPrompt__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_DoSSGet__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxUserIO_SetCurrentPrompt__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr CFxUserIO_GetPreviousSelectionSet(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetKeyword__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int CFxUserIO_GetFileName__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12)
static int CFxUserIO_GetInt__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, out int jarg4)
static global::System.IntPtr CFxUserIO_GetPromptPoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int CFxUserIO_DoSSGet__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static int CFxUserIO_DoEntsel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, out bool jarg6, int jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static int CFxUserIO_GetOrient__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static global::System.IntPtr CFxUserIO_GetPromptString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxUserIO_Initget__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_4(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetDirection__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9)
static int CFxUserIO_GetInt__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, out int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetOrient__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static int CFxUserIO_GetCorner__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_DoNentsel__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, int jarg9)
static int CFxUserIO_GetFileNameStatic_Obsolete__SWIG_0(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, int jarg11, global::System.Runtime.InteropServices.HandleRef jarg12)
static int CFxUserIO_GetNoteEditor__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetDist__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9)
static int CFxUserIO_GetFileName__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14, int jarg15)
static int CFxUserIO_GetPoint__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetFileName__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14)
static int CFxUserIO_GetCorner__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_DoNentsel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, int jarg9, int jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static int CFxUserIO_DoSSGet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9)
static global::System.IntPtr CFxUserIO_GetActivePrompt(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxUserIO_GetActiveLocalKeywords(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_GetAngle__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5)
static int CFxUserIO_GetUserInput__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxUserIO_GetPromptAngle__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, bool jarg4)
static void CFxUserIO_Write(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxUserIO_GetActiveGlobalKeywords(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_GetFileNameStatic_Obsolete__SWIG_4(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetDist__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5)
static int CFxUserIO_GetDouble__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, out double jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetZoomScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int CFxUserIO_GetDirection__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static bool CFxUserIO_IsPending(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetPoint__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetNoteEditor__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8)
static int CFxUserIO_GetDirection__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_0(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, int jarg11, global::System.Runtime.InteropServices.HandleRef jarg12)
static int CFxUserIO_GetPoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static int CFxUserIO_GetCorner__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_DoSSGet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetKeyword__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetCorner__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, global::System.Runtime.InteropServices.HandleRef jarg9)
static int CFxUserIO_GetDirection__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static int CFxUserIO_GetPoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static int CFxUserIO_GetFileNames__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14)
static int CFxUserIO_DoSSGet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, int jarg10, global::System.Runtime.InteropServices.HandleRef jarg11)
static global::System.IntPtr CFxUserIO_GetPromptKeyword__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_GetNoteEditor__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetOrient__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static int CFxUserIO_GetDist__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static global::System.IntPtr CFxUserIO_GetPrompt__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxUserIO_SetPreviousSelectionSet(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxUserIO_GetPromptAngle__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)
static int CFxUserIO_DoSSGet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_MessageBox(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5)
static int CFxUserIO_GetDirection__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5)
static int CFxUserIO_GetString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static global::System.IntPtr CFxUserIO_GetUserInput__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetFileNames__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, IntPtr jarg7, int jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, global::System.Runtime.InteropServices.HandleRef jarg12, out int jarg13, global::System.Runtime.InteropServices.HandleRef jarg14, int jarg15)
static int CFxUserIO_GetDirection__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static global::System.IntPtr CFxUserIO_GetUnitsFormatter(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxUserIO_GetDouble__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, out double jarg4)
static int CFxUserIO_GetNoteEditor__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static int CFxUserIO_GetAngle__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static int CFxUserIO_GetFileNameStatic_Obsolete__SWIG_1(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, int jarg11)
static int CFxUserIO_GetDist__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static void CFxUserIO_Initget__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_CFxUserIO(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxUserIO_SetPromptExplanation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int CFxUserIO_DoEntsel__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, out bool jarg6, int jarg7, int jarg8)
static int CFxUserIO_GetDouble__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, out double jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetKeyword__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_DoNentsel__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, int jarg9, int jarg10)
static int CFxUserIO_GetNoteEditor__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetString__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static global::System.IntPtr CFxUserIO_GetPromptPoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr CFxUserIO_GetPromptReal(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)
static int CFxUserIO_GetDist__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int CFxUserIO_GetPoint__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int CFxUserIO_GetNoteEditor__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, int jarg3, int jarg4)
static int CFxUserIO_GetNoteEditor__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int CFxUserIO_GetAngle__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, bool jarg9)
static int CFxUserIO_GetNoteEditor__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int CFxUserIO_GetFileNamesStatic_Obsolete__SWIG_3(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8, out int jarg9)
static int CFxUserIO_DoEntsel__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, out bool jarg6)
static HandleRef getCPtr(TRACKER_VECTOR obj)
static HandleRef getCPtr(fdt_resbufW obj)
Definition: fdt_resbufW.cs:28
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePlane obj)
Definition: OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdDbEntity obj)
Definition: OdDbEntity.cs:26
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdResBuf obj)
Definition: OdResBuf.cs:26