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