Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxInputContextReactor.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
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public CFxInputContextReactor(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxInputContextReactor_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxInputContextReactor obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
31 protected override void Dispose(bool disposing) {
32 lock(this) {
33 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
34 if (swigCMemOwn) {
35 swigCMemOwn = false;
37 }
38 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
39 }
40 base.Dispose(disposing);
41 }
42 }
43
49
50 public new static OdRxClass desc() {
51 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxInputContextReactor_desc(),false); /*createInt 3_2*/
52
54 return ret;
55}
56
57 public override OdRxClass isA() {
58 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? PCADGlobalsPINVOKE.CFxInputContextReactor_isASwigExplicitCFxInputContextReactor(swigCPtr) : PCADGlobalsPINVOKE.CFxInputContextReactor_isA(swigCPtr)),false); /*createInt 3_2*/
59
61 return ret;
62}
63
64 public override OdRxObject queryX(OdRxClass protocolClass) {
65 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? PCADGlobalsPINVOKE.CFxInputContextReactor_queryXSwigExplicitCFxInputContextReactor(swigCPtr, OdRxClass.getCPtr(protocolClass)) : PCADGlobalsPINVOKE.CFxInputContextReactor_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
66
68 return ret;
69}
70
76
81
86
91
92 public virtual void EndGetPoint(int returnStatus, CFxUserIO arg1, OdGePoint3d pointOut) {
93 if (SwigDerivedClassHasMethod("EndGetPoint", swigMethodTypes6)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetPointSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdGePoint3d.getCPtr(pointOut)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetPoint(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdGePoint3d.getCPtr(pointOut));
95 }
96
101
102 public virtual void EndGetAngle(int returnStatus, CFxUserIO arg1, double dAngle) {
103 if (SwigDerivedClassHasMethod("EndGetAngle", swigMethodTypes8)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetAngleSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dAngle); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetAngle(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dAngle);
105 }
106
111
112 public virtual void EndGetDistance(int returnStatus, CFxUserIO arg1, double dDistance) {
113 if (SwigDerivedClassHasMethod("EndGetDistance", swigMethodTypes10)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetDistanceSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dDistance); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetDistance(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dDistance);
115 }
116
121
122 public virtual void EndGetOrientation(int returnStatus, CFxUserIO arg1, double dAngle) {
123 if (SwigDerivedClassHasMethod("EndGetOrientation", swigMethodTypes12)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetOrientationSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dAngle); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetOrientation(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dAngle);
125 }
126
131
132 public virtual void EndGetCorner(int returnStatus, CFxUserIO arg1, OdGePoint3d secondPoint) {
133 if (SwigDerivedClassHasMethod("EndGetCorner", swigMethodTypes14)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetCornerSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdGePoint3d.getCPtr(secondPoint)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetCorner(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdGePoint3d.getCPtr(secondPoint));
135 }
136
141
142 public virtual void EndGetScaleFactor(int returnStatus, CFxUserIO arg1, double dScale) {
143 if (SwigDerivedClassHasMethod("EndGetScaleFactor", swigMethodTypes16)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetScaleFactorSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dScale); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetScaleFactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), dScale);
145 }
146
151
152 public virtual void EndGetString(int returnStatus, CFxUserIO arg1, CFxString outString) {
153 if (SwigDerivedClassHasMethod("EndGetString", swigMethodTypes18)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetStringSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(outString)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetString(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(outString));
155 }
156
161
162 public virtual void EndGetKeyword(int returnStatus, CFxUserIO arg1, CFxString outKeyword) {
163 if (SwigDerivedClassHasMethod("EndGetKeyword", swigMethodTypes20)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetKeywordSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(outKeyword)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetKeyword(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(outKeyword));
165 }
166
167 public virtual void BeginGetInteger(out int pDefault, CFxUserIO arg1) {
168 if (SwigDerivedClassHasMethod("BeginGetInteger", swigMethodTypes21)) PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetIntegerSwigExplicitCFxInputContextReactor(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1)); else PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetInteger(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1));
170 }
171
172 public virtual void EndGetInteger(int returnStatus, CFxUserIO arg1, int retValue) {
173 if (SwigDerivedClassHasMethod("EndGetInteger", swigMethodTypes22)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetIntegerSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetInteger(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue);
175 }
176
181
182 public virtual void EndGetFileName(int returnStatus, CFxUserIO arg1, CFxString retValue) {
183 if (SwigDerivedClassHasMethod("EndGetFileName", swigMethodTypes24)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetFileNameSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(retValue)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetFileName(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxString.getCPtr(retValue));
185 }
186
191
192 public virtual void EndGetFileNames(int returnStatus, CFxUserIO arg1, CFxStringArray retValue) {
193 if (SwigDerivedClassHasMethod("EndGetFileNames", swigMethodTypes26)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetFileNamesSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxStringArray.getCPtr(retValue)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetFileNames(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), CFxStringArray.getCPtr(retValue));
195 }
196
197 public virtual void BeginGetColor(out int pDefault, CFxUserIO arg1) {
198 if (SwigDerivedClassHasMethod("BeginGetColor", swigMethodTypes27)) PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetColorSwigExplicitCFxInputContextReactor(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1)); else PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetColor(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1));
200 }
201
202 public virtual void EndGetColor(int returnStatus, CFxUserIO arg1, int retValue) {
203 if (SwigDerivedClassHasMethod("EndGetColor", swigMethodTypes28)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetColorSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetColor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue);
205 }
206
207 public virtual void BeginGetReal(out double pDefault, CFxUserIO arg1) {
208 if (SwigDerivedClassHasMethod("BeginGetReal", swigMethodTypes29)) PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetRealSwigExplicitCFxInputContextReactor(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1)); else PCADGlobalsPINVOKE.CFxInputContextReactor_BeginGetReal(swigCPtr, out pDefault, CFxUserIO.getCPtr(arg1));
210 }
211
212 public virtual void EndGetReal(int returnStatus, CFxUserIO arg1, double retValue) {
213 if (SwigDerivedClassHasMethod("EndGetReal", swigMethodTypes30)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetRealSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndGetReal(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), retValue);
215 }
216
221
222 public virtual void EndEntsel(int returnStatus, CFxUserIO arg1, OdDbObjectId entPicked) {
223 if (SwigDerivedClassHasMethod("EndEntsel", swigMethodTypes32)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndEntselSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdDbObjectId.getCPtr(entPicked)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndEntsel(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdDbObjectId.getCPtr(entPicked));
225 }
226
231
232 public virtual void EndNentsel(int returnStatus, CFxUserIO arg1, OdDbFullSubentPath entPicked, OdGePoint3d pickPoint) {
233 if (SwigDerivedClassHasMethod("EndNentsel", swigMethodTypes34)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndNentselSwigExplicitCFxInputContextReactor(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdDbFullSubentPath.getCPtr(entPicked), OdGePoint3d.getCPtr(pickPoint)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndNentsel(swigCPtr, returnStatus, CFxUserIO.getCPtr(arg1), OdDbFullSubentPath.getCPtr(entPicked), OdGePoint3d.getCPtr(pickPoint));
235 }
236
241
246
251
252 public virtual void EndDragSequence(int iResult, OdGePoint3d pickPoint, OdGeVector3d vector, CFxUserIO arg3) {
253 if (SwigDerivedClassHasMethod("EndDragSequence", swigMethodTypes38)) PCADGlobalsPINVOKE.CFxInputContextReactor_EndDragSequenceSwigExplicitCFxInputContextReactor(swigCPtr, iResult, OdGePoint3d.getCPtr(pickPoint), OdGeVector3d.getCPtr(vector).Handle, CFxUserIO.getCPtr(arg3)); else PCADGlobalsPINVOKE.CFxInputContextReactor_EndDragSequence(swigCPtr, iResult, OdGePoint3d.getCPtr(pickPoint), OdGeVector3d.getCPtr(vector).Handle, CFxUserIO.getCPtr(arg3));
255 }
256
258 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxInputContextReactor_GetInputContextManager(swigCPtr);
259 CFxInputPointManager ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxInputPointManager(cPtr, false);
261 return ret;
262 }
263
264 private void SwigDirectorConnect() {
265 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
266 swigDelegate0 = new SwigDelegateCFxInputContextReactor_0(SwigDirectorMethodqueryX);
267 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
268 swigDelegate1 = new SwigDelegateCFxInputContextReactor_1(SwigDirectorMethodisA);
269 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
270 swigDelegate2 = new SwigDelegateCFxInputContextReactor_2(SwigDirectorMethodcopyFrom);
271 if (SwigDerivedClassHasMethod("BeginQuiescentState", swigMethodTypes3))
272 swigDelegate3 = new SwigDelegateCFxInputContextReactor_3(SwigDirectorMethodBeginQuiescentState);
273 if (SwigDerivedClassHasMethod("EndQuiescentState", swigMethodTypes4))
274 swigDelegate4 = new SwigDelegateCFxInputContextReactor_4(SwigDirectorMethodEndQuiescentState);
275 if (SwigDerivedClassHasMethod("BeginGetPoint", swigMethodTypes5))
276 swigDelegate5 = new SwigDelegateCFxInputContextReactor_5(SwigDirectorMethodBeginGetPoint);
277 if (SwigDerivedClassHasMethod("EndGetPoint", swigMethodTypes6))
278 swigDelegate6 = new SwigDelegateCFxInputContextReactor_6(SwigDirectorMethodEndGetPoint);
279 if (SwigDerivedClassHasMethod("BeginGetAngle", swigMethodTypes7))
280 swigDelegate7 = new SwigDelegateCFxInputContextReactor_7(SwigDirectorMethodBeginGetAngle);
281 if (SwigDerivedClassHasMethod("EndGetAngle", swigMethodTypes8))
282 swigDelegate8 = new SwigDelegateCFxInputContextReactor_8(SwigDirectorMethodEndGetAngle);
283 if (SwigDerivedClassHasMethod("BeginGetDistance", swigMethodTypes9))
284 swigDelegate9 = new SwigDelegateCFxInputContextReactor_9(SwigDirectorMethodBeginGetDistance);
285 if (SwigDerivedClassHasMethod("EndGetDistance", swigMethodTypes10))
286 swigDelegate10 = new SwigDelegateCFxInputContextReactor_10(SwigDirectorMethodEndGetDistance);
287 if (SwigDerivedClassHasMethod("BeginGetOrientation", swigMethodTypes11))
288 swigDelegate11 = new SwigDelegateCFxInputContextReactor_11(SwigDirectorMethodBeginGetOrientation);
289 if (SwigDerivedClassHasMethod("EndGetOrientation", swigMethodTypes12))
290 swigDelegate12 = new SwigDelegateCFxInputContextReactor_12(SwigDirectorMethodEndGetOrientation);
291 if (SwigDerivedClassHasMethod("BeginGetCorner", swigMethodTypes13))
292 swigDelegate13 = new SwigDelegateCFxInputContextReactor_13(SwigDirectorMethodBeginGetCorner);
293 if (SwigDerivedClassHasMethod("EndGetCorner", swigMethodTypes14))
294 swigDelegate14 = new SwigDelegateCFxInputContextReactor_14(SwigDirectorMethodEndGetCorner);
295 if (SwigDerivedClassHasMethod("BeginGetScaleFactor", swigMethodTypes15))
296 swigDelegate15 = new SwigDelegateCFxInputContextReactor_15(SwigDirectorMethodBeginGetScaleFactor);
297 if (SwigDerivedClassHasMethod("EndGetScaleFactor", swigMethodTypes16))
298 swigDelegate16 = new SwigDelegateCFxInputContextReactor_16(SwigDirectorMethodEndGetScaleFactor);
299 if (SwigDerivedClassHasMethod("BeginGetString", swigMethodTypes17))
300 swigDelegate17 = new SwigDelegateCFxInputContextReactor_17(SwigDirectorMethodBeginGetString);
301 if (SwigDerivedClassHasMethod("EndGetString", swigMethodTypes18))
302 swigDelegate18 = new SwigDelegateCFxInputContextReactor_18(SwigDirectorMethodEndGetString);
303 if (SwigDerivedClassHasMethod("BeginGetKeyword", swigMethodTypes19))
304 swigDelegate19 = new SwigDelegateCFxInputContextReactor_19(SwigDirectorMethodBeginGetKeyword);
305 if (SwigDerivedClassHasMethod("EndGetKeyword", swigMethodTypes20))
306 swigDelegate20 = new SwigDelegateCFxInputContextReactor_20(SwigDirectorMethodEndGetKeyword);
307 if (SwigDerivedClassHasMethod("BeginGetInteger", swigMethodTypes21))
308 swigDelegate21 = new SwigDelegateCFxInputContextReactor_21(SwigDirectorMethodBeginGetInteger);
309 if (SwigDerivedClassHasMethod("EndGetInteger", swigMethodTypes22))
310 swigDelegate22 = new SwigDelegateCFxInputContextReactor_22(SwigDirectorMethodEndGetInteger);
311 if (SwigDerivedClassHasMethod("BeginGetFileName", swigMethodTypes23))
312 swigDelegate23 = new SwigDelegateCFxInputContextReactor_23(SwigDirectorMethodBeginGetFileName);
313 if (SwigDerivedClassHasMethod("EndGetFileName", swigMethodTypes24))
314 swigDelegate24 = new SwigDelegateCFxInputContextReactor_24(SwigDirectorMethodEndGetFileName);
315 if (SwigDerivedClassHasMethod("BeginGetFileNames", swigMethodTypes25))
316 swigDelegate25 = new SwigDelegateCFxInputContextReactor_25(SwigDirectorMethodBeginGetFileNames);
317 if (SwigDerivedClassHasMethod("EndGetFileNames", swigMethodTypes26))
318 swigDelegate26 = new SwigDelegateCFxInputContextReactor_26(SwigDirectorMethodEndGetFileNames);
319 if (SwigDerivedClassHasMethod("BeginGetColor", swigMethodTypes27))
320 swigDelegate27 = new SwigDelegateCFxInputContextReactor_27(SwigDirectorMethodBeginGetColor);
321 if (SwigDerivedClassHasMethod("EndGetColor", swigMethodTypes28))
322 swigDelegate28 = new SwigDelegateCFxInputContextReactor_28(SwigDirectorMethodEndGetColor);
323 if (SwigDerivedClassHasMethod("BeginGetReal", swigMethodTypes29))
324 swigDelegate29 = new SwigDelegateCFxInputContextReactor_29(SwigDirectorMethodBeginGetReal);
325 if (SwigDerivedClassHasMethod("EndGetReal", swigMethodTypes30))
326 swigDelegate30 = new SwigDelegateCFxInputContextReactor_30(SwigDirectorMethodEndGetReal);
327 if (SwigDerivedClassHasMethod("BeginEntsel", swigMethodTypes31))
328 swigDelegate31 = new SwigDelegateCFxInputContextReactor_31(SwigDirectorMethodBeginEntsel);
329 if (SwigDerivedClassHasMethod("EndEntsel", swigMethodTypes32))
330 swigDelegate32 = new SwigDelegateCFxInputContextReactor_32(SwigDirectorMethodEndEntsel);
331 if (SwigDerivedClassHasMethod("BeginNentsel", swigMethodTypes33))
332 swigDelegate33 = new SwigDelegateCFxInputContextReactor_33(SwigDirectorMethodBeginNentsel);
333 if (SwigDerivedClassHasMethod("EndNentsel", swigMethodTypes34))
334 swigDelegate34 = new SwigDelegateCFxInputContextReactor_34(SwigDirectorMethodEndNentsel);
335 if (SwigDerivedClassHasMethod("BeginSSGet", swigMethodTypes35))
336 swigDelegate35 = new SwigDelegateCFxInputContextReactor_35(SwigDirectorMethodBeginSSGet);
337 if (SwigDerivedClassHasMethod("EndSSGet", swigMethodTypes36))
338 swigDelegate36 = new SwigDelegateCFxInputContextReactor_36(SwigDirectorMethodEndSSGet);
339 if (SwigDerivedClassHasMethod("BeginDragSequence", swigMethodTypes37))
340 swigDelegate37 = new SwigDelegateCFxInputContextReactor_37(SwigDirectorMethodBeginDragSequence);
341 if (SwigDerivedClassHasMethod("EndDragSequence", swigMethodTypes38))
342 swigDelegate38 = new SwigDelegateCFxInputContextReactor_38(SwigDirectorMethodEndDragSequence);
343 PCADGlobalsPINVOKE.CFxInputContextReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38);
344 }
345
346 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
347 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
348 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxInputContextReactor));
349 return hasDerivedMethod;
350 }
351
352 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
353 return
354 // csdirectorout for OdRxObject*, OdRxObject&
356 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
357)).Handle
358;
359 }
360
361 private IntPtr SwigDirectorMethodisA() {
362 return
363 // csdirectorout for OdRxClass*, OdRxClass&
364 OdRxClass.getCPtr(isA()).Handle
365;
366 }
367
368 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
369 copyFrom(
370 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
371);
372 }
373
374 private void SwigDirectorMethodBeginQuiescentState() {
376 }
377
378 private void SwigDirectorMethodEndQuiescentState() {
380 }
381
382 private void SwigDirectorMethodBeginGetPoint(global::System.IntPtr arg0) {
383 BeginGetPoint((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
384 }
385
386 private void SwigDirectorMethodEndGetPoint(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr pointOut) {
387 EndGetPoint(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new OdGePoint3d(pointOut, false));
388 }
389
390 private void SwigDirectorMethodBeginGetAngle(global::System.IntPtr arg0) {
391 BeginGetAngle((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
392 }
393
394 private void SwigDirectorMethodEndGetAngle(int returnStatus, global::System.IntPtr arg1, double dAngle) {
395 EndGetAngle(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), dAngle);
396 }
397
398 private void SwigDirectorMethodBeginGetDistance(global::System.IntPtr arg0) {
399 BeginGetDistance((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
400 }
401
402 private void SwigDirectorMethodEndGetDistance(int returnStatus, global::System.IntPtr arg1, double dDistance) {
403 EndGetDistance(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), dDistance);
404 }
405
406 private void SwigDirectorMethodBeginGetOrientation(global::System.IntPtr arg0) {
407 BeginGetOrientation((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
408 }
409
410 private void SwigDirectorMethodEndGetOrientation(int returnStatus, global::System.IntPtr arg1, double dAngle) {
411 EndGetOrientation(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), dAngle);
412 }
413
414 private void SwigDirectorMethodBeginGetCorner(global::System.IntPtr arg0) {
415 BeginGetCorner((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
416 }
417
418 private void SwigDirectorMethodEndGetCorner(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr secondPoint) {
419 EndGetCorner(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new OdGePoint3d(secondPoint, false));
420 }
421
422 private void SwigDirectorMethodBeginGetScaleFactor(global::System.IntPtr arg0) {
423 BeginGetScaleFactor((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
424 }
425
426 private void SwigDirectorMethodEndGetScaleFactor(int returnStatus, global::System.IntPtr arg1, double dScale) {
427 EndGetScaleFactor(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), dScale);
428 }
429
430 private void SwigDirectorMethodBeginGetString(global::System.IntPtr arg0) {
431 BeginGetString((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
432 }
433
434 private void SwigDirectorMethodEndGetString(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outString) {
435 EndGetString(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new CFxString(outString, false));
436 }
437
438 private void SwigDirectorMethodBeginGetKeyword(global::System.IntPtr arg0) {
439 BeginGetKeyword((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
440 }
441
442 private void SwigDirectorMethodEndGetKeyword(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outKeyword) {
443 EndGetKeyword(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new CFxString(outKeyword, false));
444 }
445
446 private void SwigDirectorMethodBeginGetInteger(int pDefault, global::System.IntPtr arg1) {
447 BeginGetInteger(out pDefault, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false));
448 }
449
450 private void SwigDirectorMethodEndGetInteger(int returnStatus, global::System.IntPtr arg1, int retValue) {
451 EndGetInteger(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), retValue);
452 }
453
454 private void SwigDirectorMethodBeginGetFileName(global::System.IntPtr arg0) {
455 BeginGetFileName((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
456 }
457
458 private void SwigDirectorMethodEndGetFileName(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue) {
459 EndGetFileName(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new CFxString(retValue, false));
460 }
461
462 private void SwigDirectorMethodBeginGetFileNames(global::System.IntPtr arg0) {
463 BeginGetFileNames((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
464 }
465
466 private void SwigDirectorMethodEndGetFileNames(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue) {
467 EndGetFileNames(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new CFxStringArray(retValue, false));
468 }
469
470 private void SwigDirectorMethodBeginGetColor(int pDefault, global::System.IntPtr arg1) {
471 BeginGetColor(out pDefault, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false));
472 }
473
474 private void SwigDirectorMethodEndGetColor(int returnStatus, global::System.IntPtr arg1, int retValue) {
475 EndGetColor(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), retValue);
476 }
477
478 private void SwigDirectorMethodBeginGetReal(double pDefault, global::System.IntPtr arg1) {
479 BeginGetReal(out pDefault, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false));
480 }
481
482 private void SwigDirectorMethodEndGetReal(int returnStatus, global::System.IntPtr arg1, double retValue) {
483 EndGetReal(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), retValue);
484 }
485
486 private void SwigDirectorMethodBeginEntsel(global::System.IntPtr arg0) {
487 BeginEntsel((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
488 }
489
490 private void SwigDirectorMethodEndEntsel(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked) {
491 EndEntsel(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new OdDbObjectId(entPicked, false));
492 }
493
494 private void SwigDirectorMethodBeginNentsel(global::System.IntPtr arg0) {
495 BeginNentsel((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
496 }
497
498 private void SwigDirectorMethodEndNentsel(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked, global::System.IntPtr pickPoint) {
499 EndNentsel(returnStatus, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new OdDbFullSubentPath(entPicked, false), new OdGePoint3d(pickPoint, false));
500 }
501
502 private void SwigDirectorMethodBeginSSGet(global::System.IntPtr arg0) {
503 BeginSSGet((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
504 }
505
506 private void SwigDirectorMethodEndSSGet(int iResult, global::System.IntPtr arg1, global::System.IntPtr ss) {
507 EndSSGet(iResult, (arg1 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg1, false), new OdDbObjectIdArray(ss, false));
508 }
509
510 private void SwigDirectorMethodBeginDragSequence(global::System.IntPtr arg0) {
511 BeginDragSequence((arg0 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg0, false));
512 }
513
514 private void SwigDirectorMethodEndDragSequence(int iResult, global::System.IntPtr pickPoint, IntPtr vector, global::System.IntPtr arg3) {
515 EndDragSequence(iResult, new OdGePoint3d(pickPoint, false),
516 //csdirectorin of INOUT_PARAM_OBJ
517 new OdGeVector3d(vector,true)
518, (arg3 == global::System.IntPtr.Zero) ? null : new CFxUserIO(arg3, false));
519 }
520
521 public delegate IntPtr SwigDelegateCFxInputContextReactor_0(IntPtr protocolClass);
522 public delegate IntPtr SwigDelegateCFxInputContextReactor_1();
523 public delegate void SwigDelegateCFxInputContextReactor_2(IntPtr pSource);
526 public delegate void SwigDelegateCFxInputContextReactor_5(global::System.IntPtr arg0);
527 public delegate void SwigDelegateCFxInputContextReactor_6(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr pointOut);
528 public delegate void SwigDelegateCFxInputContextReactor_7(global::System.IntPtr arg0);
529 public delegate void SwigDelegateCFxInputContextReactor_8(int returnStatus, global::System.IntPtr arg1, double dAngle);
530 public delegate void SwigDelegateCFxInputContextReactor_9(global::System.IntPtr arg0);
531 public delegate void SwigDelegateCFxInputContextReactor_10(int returnStatus, global::System.IntPtr arg1, double dDistance);
532 public delegate void SwigDelegateCFxInputContextReactor_11(global::System.IntPtr arg0);
533 public delegate void SwigDelegateCFxInputContextReactor_12(int returnStatus, global::System.IntPtr arg1, double dAngle);
534 public delegate void SwigDelegateCFxInputContextReactor_13(global::System.IntPtr arg0);
535 public delegate void SwigDelegateCFxInputContextReactor_14(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr secondPoint);
536 public delegate void SwigDelegateCFxInputContextReactor_15(global::System.IntPtr arg0);
537 public delegate void SwigDelegateCFxInputContextReactor_16(int returnStatus, global::System.IntPtr arg1, double dScale);
538 public delegate void SwigDelegateCFxInputContextReactor_17(global::System.IntPtr arg0);
539 public delegate void SwigDelegateCFxInputContextReactor_18(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outString);
540 public delegate void SwigDelegateCFxInputContextReactor_19(global::System.IntPtr arg0);
541 public delegate void SwigDelegateCFxInputContextReactor_20(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outKeyword);
542 public delegate void SwigDelegateCFxInputContextReactor_21(int pDefault, global::System.IntPtr arg1);
543 public delegate void SwigDelegateCFxInputContextReactor_22(int returnStatus, global::System.IntPtr arg1, int retValue);
544 public delegate void SwigDelegateCFxInputContextReactor_23(global::System.IntPtr arg0);
545 public delegate void SwigDelegateCFxInputContextReactor_24(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue);
546 public delegate void SwigDelegateCFxInputContextReactor_25(global::System.IntPtr arg0);
547 public delegate void SwigDelegateCFxInputContextReactor_26(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue);
548 public delegate void SwigDelegateCFxInputContextReactor_27(int pDefault, global::System.IntPtr arg1);
549 public delegate void SwigDelegateCFxInputContextReactor_28(int returnStatus, global::System.IntPtr arg1, int retValue);
550 public delegate void SwigDelegateCFxInputContextReactor_29(double pDefault, global::System.IntPtr arg1);
551 public delegate void SwigDelegateCFxInputContextReactor_30(int returnStatus, global::System.IntPtr arg1, double retValue);
552 public delegate void SwigDelegateCFxInputContextReactor_31(global::System.IntPtr arg0);
553 public delegate void SwigDelegateCFxInputContextReactor_32(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked);
554 public delegate void SwigDelegateCFxInputContextReactor_33(global::System.IntPtr arg0);
555 public delegate void SwigDelegateCFxInputContextReactor_34(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked, global::System.IntPtr pickPoint);
556 public delegate void SwigDelegateCFxInputContextReactor_35(global::System.IntPtr arg0);
557 public delegate void SwigDelegateCFxInputContextReactor_36(int iResult, global::System.IntPtr arg1, global::System.IntPtr ss);
558 public delegate void SwigDelegateCFxInputContextReactor_37(global::System.IntPtr arg0);
559 public delegate void SwigDelegateCFxInputContextReactor_38(int iResult, global::System.IntPtr pickPoint, IntPtr vector, global::System.IntPtr arg3);
560
561 private SwigDelegateCFxInputContextReactor_0 swigDelegate0;
562 private SwigDelegateCFxInputContextReactor_1 swigDelegate1;
563 private SwigDelegateCFxInputContextReactor_2 swigDelegate2;
564 private SwigDelegateCFxInputContextReactor_3 swigDelegate3;
565 private SwigDelegateCFxInputContextReactor_4 swigDelegate4;
566 private SwigDelegateCFxInputContextReactor_5 swigDelegate5;
567 private SwigDelegateCFxInputContextReactor_6 swigDelegate6;
568 private SwigDelegateCFxInputContextReactor_7 swigDelegate7;
569 private SwigDelegateCFxInputContextReactor_8 swigDelegate8;
570 private SwigDelegateCFxInputContextReactor_9 swigDelegate9;
571 private SwigDelegateCFxInputContextReactor_10 swigDelegate10;
572 private SwigDelegateCFxInputContextReactor_11 swigDelegate11;
573 private SwigDelegateCFxInputContextReactor_12 swigDelegate12;
574 private SwigDelegateCFxInputContextReactor_13 swigDelegate13;
575 private SwigDelegateCFxInputContextReactor_14 swigDelegate14;
576 private SwigDelegateCFxInputContextReactor_15 swigDelegate15;
577 private SwigDelegateCFxInputContextReactor_16 swigDelegate16;
578 private SwigDelegateCFxInputContextReactor_17 swigDelegate17;
579 private SwigDelegateCFxInputContextReactor_18 swigDelegate18;
580 private SwigDelegateCFxInputContextReactor_19 swigDelegate19;
581 private SwigDelegateCFxInputContextReactor_20 swigDelegate20;
582 private SwigDelegateCFxInputContextReactor_21 swigDelegate21;
583 private SwigDelegateCFxInputContextReactor_22 swigDelegate22;
584 private SwigDelegateCFxInputContextReactor_23 swigDelegate23;
585 private SwigDelegateCFxInputContextReactor_24 swigDelegate24;
586 private SwigDelegateCFxInputContextReactor_25 swigDelegate25;
587 private SwigDelegateCFxInputContextReactor_26 swigDelegate26;
588 private SwigDelegateCFxInputContextReactor_27 swigDelegate27;
589 private SwigDelegateCFxInputContextReactor_28 swigDelegate28;
590 private SwigDelegateCFxInputContextReactor_29 swigDelegate29;
591 private SwigDelegateCFxInputContextReactor_30 swigDelegate30;
592 private SwigDelegateCFxInputContextReactor_31 swigDelegate31;
593 private SwigDelegateCFxInputContextReactor_32 swigDelegate32;
594 private SwigDelegateCFxInputContextReactor_33 swigDelegate33;
595 private SwigDelegateCFxInputContextReactor_34 swigDelegate34;
596 private SwigDelegateCFxInputContextReactor_35 swigDelegate35;
597 private SwigDelegateCFxInputContextReactor_36 swigDelegate36;
598 private SwigDelegateCFxInputContextReactor_37 swigDelegate37;
599 private SwigDelegateCFxInputContextReactor_38 swigDelegate38;
600
601 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
602 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
603 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
604 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
605 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
606 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxUserIO) };
607 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(OdGePoint3d) };
608 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxUserIO) };
609 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(double) };
610 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(CFxUserIO) };
611 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(double) };
612 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(CFxUserIO) };
613 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(double) };
614 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(CFxUserIO) };
615 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(OdGePoint3d) };
616 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(CFxUserIO) };
617 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(double) };
618 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(CFxUserIO) };
619 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(CFxString) };
620 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(CFxUserIO) };
621 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(CFxString) };
622 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { typeof(int).MakeByRefType(), typeof(CFxUserIO) };
623 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(int) };
624 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(CFxUserIO) };
625 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(CFxString) };
626 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(CFxUserIO) };
627 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(CFxStringArray) };
628 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(int).MakeByRefType(), typeof(CFxUserIO) };
629 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(int) };
630 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(double).MakeByRefType(), typeof(CFxUserIO) };
631 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(double) };
632 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(CFxUserIO) };
633 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(OdDbObjectId) };
634 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(CFxUserIO) };
635 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(OdDbFullSubentPath), typeof(OdGePoint3d) };
636 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(CFxUserIO) };
637 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(int), typeof(CFxUserIO), typeof(OdDbObjectIdArray) };
638 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(CFxUserIO) };
639 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(int), typeof(OdGePoint3d), typeof(OdGeVector3d), typeof(CFxUserIO) };
640}
641
642}
delegate void SwigDelegateCFxInputContextReactor_34(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked, global::System.IntPtr pickPoint)
virtual void BeginEntsel(CFxUserIO arg0)
virtual void BeginDragSequence(CFxUserIO arg0)
delegate void SwigDelegateCFxInputContextReactor_9(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_12(int returnStatus, global::System.IntPtr arg1, double dAngle)
virtual void EndGetKeyword(int returnStatus, CFxUserIO arg1, CFxString outKeyword)
virtual void EndGetInteger(int returnStatus, CFxUserIO arg1, int retValue)
delegate void SwigDelegateCFxInputContextReactor_25(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_14(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr secondPoint)
delegate void SwigDelegateCFxInputContextReactor_32(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr entPicked)
virtual void EndGetDistance(int returnStatus, CFxUserIO arg1, double dDistance)
CFxInputContextReactor(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateCFxInputContextReactor_18(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outString)
virtual void BeginGetString(CFxUserIO arg0)
virtual void EndGetString(int returnStatus, CFxUserIO arg1, CFxString outString)
delegate void SwigDelegateCFxInputContextReactor_30(int returnStatus, global::System.IntPtr arg1, double retValue)
virtual void BeginGetInteger(out int pDefault, CFxUserIO arg1)
delegate void SwigDelegateCFxInputContextReactor_21(int pDefault, global::System.IntPtr arg1)
virtual void EndNentsel(int returnStatus, CFxUserIO arg1, OdDbFullSubentPath entPicked, OdGePoint3d pickPoint)
virtual void EndGetReal(int returnStatus, CFxUserIO arg1, double retValue)
virtual void BeginGetColor(out int pDefault, CFxUserIO arg1)
delegate void SwigDelegateCFxInputContextReactor_26(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue)
static SWIGTYPE_p_OdSmartPtrT_CFxInputContextReactor_t cast(OdRxObject pObj)
virtual void BeginNentsel(CFxUserIO arg0)
virtual void EndGetPoint(int returnStatus, CFxUserIO arg1, OdGePoint3d pointOut)
delegate void SwigDelegateCFxInputContextReactor_27(int pDefault, global::System.IntPtr arg1)
delegate void SwigDelegateCFxInputContextReactor_16(int returnStatus, global::System.IntPtr arg1, double dScale)
delegate void SwigDelegateCFxInputContextReactor_7(global::System.IntPtr arg0)
virtual void BeginGetFileName(CFxUserIO arg0)
virtual void BeginGetOrientation(CFxUserIO arg0)
virtual void EndGetOrientation(int returnStatus, CFxUserIO arg1, double dAngle)
override OdRxObject queryX(OdRxClass protocolClass)
delegate IntPtr SwigDelegateCFxInputContextReactor_1()
virtual void BeginGetAngle(CFxUserIO arg0)
delegate void SwigDelegateCFxInputContextReactor_22(int returnStatus, global::System.IntPtr arg1, int retValue)
virtual void EndGetCorner(int returnStatus, CFxUserIO arg1, OdGePoint3d secondPoint)
delegate void SwigDelegateCFxInputContextReactor_24(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr retValue)
delegate IntPtr SwigDelegateCFxInputContextReactor_0(IntPtr protocolClass)
delegate void SwigDelegateCFxInputContextReactor_38(int iResult, global::System.IntPtr pickPoint, IntPtr vector, global::System.IntPtr arg3)
virtual void EndGetAngle(int returnStatus, CFxUserIO arg1, double dAngle)
delegate void SwigDelegateCFxInputContextReactor_2(IntPtr pSource)
override void Dispose(bool disposing)
static SWIGTYPE_p_OdSmartPtrT_CFxInputContextReactor_t createObject()
delegate void SwigDelegateCFxInputContextReactor_5(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_29(double pDefault, global::System.IntPtr arg1)
delegate void SwigDelegateCFxInputContextReactor_10(int returnStatus, global::System.IntPtr arg1, double dDistance)
delegate void SwigDelegateCFxInputContextReactor_35(global::System.IntPtr arg0)
static HandleRef getCPtr(CFxInputContextReactor obj)
delegate void SwigDelegateCFxInputContextReactor_6(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr pointOut)
delegate void SwigDelegateCFxInputContextReactor_17(global::System.IntPtr arg0)
virtual void EndGetFileName(int returnStatus, CFxUserIO arg1, CFxString retValue)
delegate void SwigDelegateCFxInputContextReactor_20(int returnStatus, global::System.IntPtr arg1, global::System.IntPtr outKeyword)
delegate void SwigDelegateCFxInputContextReactor_4()
virtual void BeginGetDistance(CFxUserIO arg0)
virtual void EndGetFileNames(int returnStatus, CFxUserIO arg1, CFxStringArray retValue)
delegate void SwigDelegateCFxInputContextReactor_23(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_13(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_15(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_19(global::System.IntPtr arg0)
virtual void BeginGetPoint(CFxUserIO arg0)
virtual void EndEntsel(int returnStatus, CFxUserIO arg1, OdDbObjectId entPicked)
virtual void EndGetColor(int returnStatus, CFxUserIO arg1, int retValue)
virtual void BeginGetCorner(CFxUserIO arg0)
virtual void EndGetScaleFactor(int returnStatus, CFxUserIO arg1, double dScale)
delegate void SwigDelegateCFxInputContextReactor_28(int returnStatus, global::System.IntPtr arg1, int retValue)
virtual void BeginGetReal(out double pDefault, CFxUserIO arg1)
delegate void SwigDelegateCFxInputContextReactor_36(int iResult, global::System.IntPtr arg1, global::System.IntPtr ss)
delegate void SwigDelegateCFxInputContextReactor_3()
delegate void SwigDelegateCFxInputContextReactor_31(global::System.IntPtr arg0)
virtual void BeginGetScaleFactor(CFxUserIO arg0)
delegate void SwigDelegateCFxInputContextReactor_8(int returnStatus, global::System.IntPtr arg1, double dAngle)
delegate void SwigDelegateCFxInputContextReactor_33(global::System.IntPtr arg0)
delegate void SwigDelegateCFxInputContextReactor_11(global::System.IntPtr arg0)
virtual void EndDragSequence(int iResult, OdGePoint3d pickPoint, OdGeVector3d vector, CFxUserIO arg3)
delegate void SwigDelegateCFxInputContextReactor_37(global::System.IntPtr arg0)
virtual void EndSSGet(int iResult, CFxUserIO arg1, OdDbObjectIdArray ss)
virtual void BeginGetKeyword(CFxUserIO arg0)
virtual void BeginSSGet(CFxUserIO arg0)
virtual void BeginGetFileNames(CFxUserIO arg0)
static HandleRef getCPtr(CFxStringArray obj)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static HandleRef getCPtr(CFxUserIO obj)
Definition CFxUserIO.cs:28
static void CFxInputContextReactor_BeginGetFileNames(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetScaleFactorSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_BeginQuiescentStateSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_EndGetColor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static global::System.IntPtr CFxInputContextReactor_cast(HandleRef jarg1)
static void CFxInputContextReactor_BeginGetDistanceSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginSSGetSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetKeyword(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_BeginGetFileNamesSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetPointSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, out int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxInputContextReactor_isA(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_EndEntsel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetScaleFactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_EndGetIntegerSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void CFxInputContextReactor_EndQuiescentStateSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_EndGetCornerSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetFileNamesSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_BeginGetString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetDistanceSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_EndGetFileNameSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_BeginGetCorner(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetKeyword(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetScaleFactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetFileName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxInputContextReactor_GetInputContextManager(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_BeginGetIntegerSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, out int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr CFxInputContextReactor_createObject()
static void CFxInputContextReactor_EndSSGetSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr CFxInputContextReactor_queryXSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxInputContextReactor_BeginGetAngleSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetKeywordSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetFileNames(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_BeginEntselSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetString(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_BeginGetOrientationSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetRealSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_0 delegate0, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_1 delegate1, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_2 delegate2, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_3 delegate3, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_4 delegate4, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_5 delegate5, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_6 delegate6, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_7 delegate7, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_8 delegate8, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_9 delegate9, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_10 delegate10, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_11 delegate11, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_12 delegate12, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_13 delegate13, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_14 delegate14, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_15 delegate15, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_16 delegate16, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_17 delegate17, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_18 delegate18, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_19 delegate19, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_20 delegate20, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_21 delegate21, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_22 delegate22, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_23 delegate23, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_24 delegate24, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_25 delegate25, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_26 delegate26, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_27 delegate27, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_28 delegate28, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_29 delegate29, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_30 delegate30, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_31 delegate31, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_32 delegate32, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_33 delegate33, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_34 delegate34, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_35 delegate35, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_36 delegate36, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_37 delegate37, CFxInputContextReactor.SwigDelegateCFxInputContextReactor_38 delegate38)
static void CFxInputContextReactor_BeginNentsel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetPoint(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndSSGet(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndDragSequenceSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxInputContextReactor_BeginGetCornerSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetStringSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr CFxInputContextReactor_isASwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_EndDragSequence(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static IntPtr CFxInputContextReactor_queryX(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxInputContextReactor_EndGetOrientation(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_BeginGetReal(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxInputContextReactor_EndNentselSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxInputContextReactor_BeginDragSequence(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginQuiescentState(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_BeginDragSequenceSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndEntselSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetStringSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetDistance(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_EndGetOrientationSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_BeginGetDistance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetPointSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetReal(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_BeginGetPoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetColorSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void CFxInputContextReactor_BeginGetScaleFactorSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginNentselSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndQuiescentState(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxInputContextReactor_BeginGetRealSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxInputContextReactor_BeginGetOrientation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginEntsel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetAngle(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetKeywordSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_EndGetFileName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetAngle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static IntPtr CFxInputContextReactor_desc()
static void CFxInputContextReactor_EndGetAngleSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)
static void CFxInputContextReactor_EndNentsel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void CFxInputContextReactor_EndGetCorner(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void CFxInputContextReactor_EndGetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void CFxInputContextReactor_BeginGetColorSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, out int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxInputContextReactor_BeginSSGet(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetFileNameSwigExplicitCFxInputContextReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxInputContextReactor_BeginGetColor(global::System.Runtime.InteropServices.HandleRef jarg1, out int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
virtual void copyFrom(OdRxObject pSource)
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
static HandleRef getCPtr(OdDbFullSubentPath obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)