Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdEdCommand.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdEdCommand : OdRxObject {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdEdCommand(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdEdCommand_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdEdCommand obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public OdEdCommand()
43 : this(GlobalsPINVOKE.new_OdEdCommand(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
44 {
45 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
46 if (null != mTr)
47 {
48 mTr.AddObject(new OdEdCommand(swigCPtr.Handle, true));
49 }
51 SwigDirectorConnect();
52 DelegateHolder.OnHoldSwigDirectorDelegates(this);
53 }
54
55 public static OdEdCommand cast(OdRxObject pObj) {// OdSmartPtr<OdEdCommand>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdEdCommand ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
64 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
65 }
66 else
67 {
68 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
69 }
70
72 return ret;
73}
74
75 public new static OdRxClass desc() {
76 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdEdCommand_desc(),false); /*createInt 3_2*/
77
79 return ret;
80}
81
82 public override OdRxClass isA() {
83 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? GlobalsPINVOKE.OdEdCommand_isASwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_isA(swigCPtr)),false); /*createInt 3_2*/
84
86 return ret;
87}
88
89 public override OdRxObject queryX(OdRxClass protocolClass) {
90 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? GlobalsPINVOKE.OdEdCommand_queryXSwigExplicitOdEdCommand(swigCPtr, OdRxClass.getCPtr(protocolClass)) : GlobalsPINVOKE.OdEdCommand_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public static OdEdCommand createObject() {// OdSmartPtr<OdEdCommand>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdEdCommand ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
105 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
106 }
107 else
108 {
109 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
110 }
111
113 return ret;
114}
115
116 public static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate /*CS_DELEGATE_CONNECT_TYPEMAP_PART_BASE cstype*/ pFunction, OdRxModule pModule) {
117/*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin start*/
118 Globals.OdEdCommandFunctionDelegateNative pFunction_inDelegate = null;
119 if (pFunction != null)
120 {
121 pFunction_inDelegate = (IntPtr pCmdCtx) =>
122 {
123 ;
124 try
125 {
126 pFunction(OdMarshalHelper.PtrToObject<OdEdCommandContext>(pCmdCtx));
127 }
128 finally
129 {
130 ;
131 }
132 };
133 }
134 IntPtr pFunction_ptr = (pFunction == null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(pFunction_inDelegate);
135 Teigha.Core.DelegateHolder.Add(pFunction_inDelegate);
136 /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin end*/
137 try {// OdEdCommandPtr
138 MemoryManager mMan = MemoryManager.GetMemoryManager();
139 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
140 IntPtr ptr = GlobalsPINVOKE.OdEdCommand_createObject__SWIG_1(sGroupName, sGlobalName, sLocalName, commandFlags /*SIMPLETYPE*/, pFunction_ptr /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN csin*/ , OdRxModule.getCPtr(pModule));
141
142 OdEdCommand ret = null;
143 if (null != mTrans)
144 {
145 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
146 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
147 }
148 else
149 {
150 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
151 }
152
154 return ret;
155} finally {
156//Empty post /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN post csin*/
157 }
158 }
159
160 public static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate /*CS_DELEGATE_CONNECT_TYPEMAP_PART_BASE cstype*/ pFunction) {
161/*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin start*/
162 Globals.OdEdCommandFunctionDelegateNative pFunction_inDelegate = null;
163 if (pFunction != null)
164 {
165 pFunction_inDelegate = (IntPtr pCmdCtx) =>
166 {
167 ;
168 try
169 {
170 pFunction(OdMarshalHelper.PtrToObject<OdEdCommandContext>(pCmdCtx));
171 }
172 finally
173 {
174 ;
175 }
176 };
177 }
178 IntPtr pFunction_ptr = (pFunction == null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(pFunction_inDelegate);
179 Teigha.Core.DelegateHolder.Add(pFunction_inDelegate);
180 /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin end*/
181 try {// OdEdCommandPtr
182 MemoryManager mMan = MemoryManager.GetMemoryManager();
183 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
184 IntPtr ptr = GlobalsPINVOKE.OdEdCommand_createObject__SWIG_2(sGroupName, sGlobalName, sLocalName, commandFlags /*SIMPLETYPE*/, pFunction_ptr /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN csin*/ );
185
186 OdEdCommand ret = null;
187 if (null != mTrans)
188 {
189 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
190 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
191 }
192 else
193 {
194 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
195 }
196
198 return ret;
199} finally {
200//Empty post /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN post csin*/
201 }
202 }
203
204 public virtual String groupName() {
205 string ret = GlobalsPINVOKE.OdEdCommand_groupName(swigCPtr);
207 return ret;
208}
209
210 public virtual String globalName() {
211 string ret = GlobalsPINVOKE.OdEdCommand_globalName(swigCPtr);
213 return ret;
214}
215
216 public virtual String localName() {
217 string ret = (SwigDerivedClassHasMethod("localName", swigMethodTypes5) ? GlobalsPINVOKE.OdEdCommand_localNameSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_localName(swigCPtr));
219 return ret;
220}
221
226
227 public virtual OdRxModule module() {
228 OdRxModule ret = (OdRxModule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxModule),(SwigDerivedClassHasMethod("module", swigMethodTypes7) ? GlobalsPINVOKE.OdEdCommand_moduleSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_module(swigCPtr)),false); /*createInt 3_2*/
229
231 return ret;
232}
233
234 public virtual void undefine(bool undefIt) {
235 if (SwigDerivedClassHasMethod("undefine", swigMethodTypes8)) GlobalsPINVOKE.OdEdCommand_undefineSwigExplicitOdEdCommand(swigCPtr, undefIt); else GlobalsPINVOKE.OdEdCommand_undefine(swigCPtr, undefIt);
237 }
238
239 public virtual Int32 flags() {
240// test csout
241 /*SIMPLETYPE*/
242 Int32 ret = (SwigDerivedClassHasMethod("flags", swigMethodTypes9) ? GlobalsPINVOKE.OdEdCommand_flagsSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_flags(swigCPtr));
244 return ret;
245 }
246
247 protected static string getRealClassName(IntPtr ptr) {
248 string ret = GlobalsPINVOKE.OdEdCommand_getRealClassName(ptr /*SIMPLETYPE*/);
250 return ret;
251 }
252
257 public virtual int vb_flags() { return this.flags(); }
258
259 private void SwigDirectorConnect() {
260 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
261 swigDelegate0 = new SwigDelegateOdEdCommand_0(SwigDirectorMethodqueryX);
262 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
263 swigDelegate1 = new SwigDelegateOdEdCommand_1(SwigDirectorMethodisA);
264 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
265 swigDelegate2 = new SwigDelegateOdEdCommand_2(SwigDirectorMethodcopyFrom);
266 if (SwigDerivedClassHasMethod("groupName", swigMethodTypes3))
267 swigDelegate3 = new SwigDelegateOdEdCommand_3(SwigDirectorMethodgroupName);
268 if (SwigDerivedClassHasMethod("globalName", swigMethodTypes4))
269 swigDelegate4 = new SwigDelegateOdEdCommand_4(SwigDirectorMethodglobalName);
270 if (SwigDerivedClassHasMethod("localName", swigMethodTypes5))
271 swigDelegate5 = new SwigDelegateOdEdCommand_5(SwigDirectorMethodlocalName);
272 if (SwigDerivedClassHasMethod("execute", swigMethodTypes6))
273 swigDelegate6 = new SwigDelegateOdEdCommand_6(SwigDirectorMethodexecute);
274 if (SwigDerivedClassHasMethod("module", swigMethodTypes7))
275 swigDelegate7 = new SwigDelegateOdEdCommand_7(SwigDirectorMethodmodule);
276 if (SwigDerivedClassHasMethod("undefine", swigMethodTypes8))
277 swigDelegate8 = new SwigDelegateOdEdCommand_8(SwigDirectorMethodundefine);
278 if (SwigDerivedClassHasMethod("flags", swigMethodTypes9))
279 swigDelegate9 = new SwigDelegateOdEdCommand_9(SwigDirectorMethodflags);
280 GlobalsPINVOKE.OdEdCommand_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9);
281 }
282
283 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
284 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);
285 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdEdCommand));
286 return hasDerivedMethod;
287 }
288
289 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
290 return
291 // csdirectorout for OdRxObject*, OdRxObject&
292 OdRxObject.getCPtr(queryX(
293 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
294)).Handle
295;
296 }
297
298 private IntPtr SwigDirectorMethodisA() {
299 return
300 // csdirectorout for OdRxClass*, OdRxClass&
301 OdRxClass.getCPtr(isA()).Handle
302;
303 }
304
305 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
306 copyFrom(
307 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
308);
309 }
310
311 [return: MarshalAs(UnmanagedType.LPWStr)]
312 private String SwigDirectorMethodgroupName() {
313 return groupName();
314 }
315
316 [return: MarshalAs(UnmanagedType.LPWStr)]
317 private String SwigDirectorMethodglobalName() {
318 return globalName();
319 }
320
321 [return: MarshalAs(UnmanagedType.LPWStr)]
322 private String SwigDirectorMethodlocalName() {
323 return localName();
324 }
325
326 private void SwigDirectorMethodexecute(IntPtr pCommandContext) {
327 execute(
328 (OdEdCommandContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommandContext),pCommandContext,false) /*createInt 6_1*/ // csdirectorin for smart pointer
329);
330 }
331
332 private IntPtr SwigDirectorMethodmodule() {
333 return
334 // csdirectorout for OdRxModule*, OdRxModule&
335 OdRxModule.getCPtr(module()).Handle
336;
337 }
338
339 private void SwigDirectorMethodundefine(bool undefIt) {
340 undefine(undefIt);
341 }
342
343 private Int32 /*SIMPLETYPE*/ SwigDirectorMethodflags() {
344 return flags() /*SIMPLETYPE*/;
345 }
346
347 public delegate IntPtr SwigDelegateOdEdCommand_0(IntPtr protocolClass);
348 public delegate IntPtr SwigDelegateOdEdCommand_1();
349 public delegate void SwigDelegateOdEdCommand_2(IntPtr pSource);
350 [return: MarshalAs(UnmanagedType.LPWStr)]
352 [return: MarshalAs(UnmanagedType.LPWStr)]
354 [return: MarshalAs(UnmanagedType.LPWStr)]
356 public delegate void SwigDelegateOdEdCommand_6(IntPtr pCommandContext);
357 public delegate IntPtr SwigDelegateOdEdCommand_7();
358 public delegate void SwigDelegateOdEdCommand_8(bool undefIt);
359 public delegate Int32 /*SIMPLETYPE*/ SwigDelegateOdEdCommand_9();
360
361 private SwigDelegateOdEdCommand_0 swigDelegate0;
362 private SwigDelegateOdEdCommand_1 swigDelegate1;
363 private SwigDelegateOdEdCommand_2 swigDelegate2;
364 private SwigDelegateOdEdCommand_3 swigDelegate3;
365 private SwigDelegateOdEdCommand_4 swigDelegate4;
366 private SwigDelegateOdEdCommand_5 swigDelegate5;
367 private SwigDelegateOdEdCommand_6 swigDelegate6;
368 private SwigDelegateOdEdCommand_7 swigDelegate7;
369 private SwigDelegateOdEdCommand_8 swigDelegate8;
370 private SwigDelegateOdEdCommand_9 swigDelegate9;
371
372 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
373 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
374 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
375 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
376 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
377 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
378 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdEdCommandContext) };
379 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
380 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(bool) };
381 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
382 public const int kModal = 0x00000000;
383 public const int kTransparent = 0x00000001;
384 public const int kUsePickset = 0x00000002;
385 public const int kRedraw = 0x00000004;
386 public const int kNoPerspective = 0x00000008;
387 public const int kNoMultiple = 0x00000010;
388 public const int kNoTilemode = 0x00000020;
389 public const int kNoPaperspace = 0x00000040;
390 public const int kPlotOnly = 0x00000080;
391 public const int kNoOEM = 0x00000100;
392 public const int kUndefined = 0x00000200;
393 public const int kInProgress = 0x00000400;
394 public const int kDefun = 0x00000800;
395 public const int kNoNewStack = 0x00010000;
396 public const int kNoInternalLock = 0x00020000;
397 public const int kDocReadLock = 0x00080000;
398 public const int kDocExclusiveLock = 0x00100000;
399 public const int kSession = 0x00200000;
400 public const int kInterruptible = 0x00400000;
401 public const int kNoHistory = 0x00800000;
402 public const int kNoUndoMarker = 0x01000000;
403 public const int kNoBedit = 0x02000000;
404
405}
406
407}
delegate void OdEdCommandFunctionDelegate(OdEdCommandContext pCmdCtx)
static global::System.Exception Retrieve()
static IntPtr OdEdCommand_createObject__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, UInt32 jarg4, IntPtr jarg5)
static Int32 OdEdCommand_flagsSwigExplicitOdEdCommand(HandleRef jarg1)
static String OdEdCommand_localNameSwigExplicitOdEdCommand(HandleRef jarg1)
static void OdEdCommand_undefineSwigExplicitOdEdCommand(HandleRef jarg1, bool jarg2)
static String OdEdCommand_groupName(HandleRef jarg1)
static void OdEdCommand_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdEdCommand.SwigDelegateOdEdCommand_0 delegate0, OdEdCommand.SwigDelegateOdEdCommand_1 delegate1, OdEdCommand.SwigDelegateOdEdCommand_2 delegate2, OdEdCommand.SwigDelegateOdEdCommand_3 delegate3, OdEdCommand.SwigDelegateOdEdCommand_4 delegate4, OdEdCommand.SwigDelegateOdEdCommand_5 delegate5, OdEdCommand.SwigDelegateOdEdCommand_6 delegate6, OdEdCommand.SwigDelegateOdEdCommand_7 delegate7, OdEdCommand.SwigDelegateOdEdCommand_8 delegate8, OdEdCommand.SwigDelegateOdEdCommand_9 delegate9)
static IntPtr OdEdCommand_createObject__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, UInt32 jarg4, IntPtr jarg5, HandleRef jarg6)
static String OdEdCommand_globalName(HandleRef jarg1)
static IntPtr OdEdCommand_isA(HandleRef jarg1)
static IntPtr OdEdCommand_queryXSwigExplicitOdEdCommand(HandleRef jarg1, HandleRef jarg2)
static void delete_OdEdCommand(HandleRef jarg1)
static string OdEdCommand_getRealClassName(IntPtr jarg1)
static void OdEdCommand_undefine(HandleRef jarg1, bool jarg2)
static void OdEdCommand_execute(HandleRef jarg1, HandleRef jarg2)
static Int32 OdEdCommand_flags(HandleRef jarg1)
static IntPtr OdEdCommand_queryX(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdEdCommand_desc()
static IntPtr OdEdCommand_isASwigExplicitOdEdCommand(HandleRef jarg1)
static IntPtr OdEdCommand_module(HandleRef jarg1)
static IntPtr OdEdCommand_cast(HandleRef jarg1)
static IntPtr OdEdCommand_moduleSwigExplicitOdEdCommand(HandleRef jarg1)
static String OdEdCommand_localName(HandleRef jarg1)
static IntPtr OdEdCommand_createObject__SWIG_0()
static HandleRef getCPtr(OdEdCommandContext obj)
virtual String localName()
delegate void SwigDelegateOdEdCommand_2(IntPtr pSource)
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdRxModule module()
delegate void SwigDelegateOdEdCommand_8(bool undefIt)
delegate String SwigDelegateOdEdCommand_3()
virtual String groupName()
static new OdRxClass desc()
delegate IntPtr SwigDelegateOdEdCommand_0(IntPtr protocolClass)
static string getRealClassName(IntPtr ptr)
delegate Int32 SwigDelegateOdEdCommand_9()
OdEdCommand(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateOdEdCommand_6(IntPtr pCommandContext)
virtual Int32 flags()
static OdEdCommand createObject()
static OdEdCommand cast(OdRxObject pObj)
override OdRxClass isA()
static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate pFunction)
virtual void execute(OdEdCommandContext pCommandContext)
delegate String SwigDelegateOdEdCommand_4()
static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate pFunction, OdRxModule pModule)
virtual String globalName()
delegate String SwigDelegateOdEdCommand_5()
static HandleRef getCPtr(OdEdCommand obj)
delegate IntPtr SwigDelegateOdEdCommand_7()
override void Dispose(bool disposing)
virtual void undefine(bool undefIt)
delegate IntPtr SwigDelegateOdEdCommand_1()
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
static HandleRef getCPtr(OdRxModule obj)
Definition OdRxModule.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