Extended .NET SDK Documentation 2024 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 }
53
54 public static OdEdCommand cast(OdRxObject pObj) {// OdSmartPtr<OdEdCommand>
55 MemoryManager mMan = MemoryManager.GetMemoryManager();
56 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
58
59 OdEdCommand ret = null;
60 if (null != mTrans)
61 {
62 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
63 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
64 }
65 else
66 {
67 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
68 }
69
71 return ret;
72}
73
74 public new static OdRxClass desc() {
75 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdEdCommand_desc(),false); /*createInt 3_2*/
76
78 return ret;
79}
80
81 public override OdRxClass isA() {
82 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? GlobalsPINVOKE.OdEdCommand_isASwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_isA(swigCPtr)),false); /*createInt 3_2*/
83
85 return ret;
86}
87
88 public override OdRxObject queryX(OdRxClass protocolClass) {
89 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*/
90
92 return ret;
93}
94
95 public static OdEdCommand createObject() {// OdSmartPtr<OdEdCommand>
96 MemoryManager mMan = MemoryManager.GetMemoryManager();
97 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
99
100 OdEdCommand ret = null;
101 if (null != mTrans)
102 {
103 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
104 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
105 }
106 else
107 {
108 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
109 }
110
112 return ret;
113}
114
115 public static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 /*SIMPLETYPE*/ commandFlags, Globals.OdEdCommandFunctionDelegate /*CS_DELEGATE_CONNECT_TYPEMAP_PART_BASE cstype*/ pFunction, OdRxModule pModule) {
116/*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin start*/
117 Globals.OdEdCommandFunctionDelegateNative pFunction_inDelegate = null;
118 if (pFunction != null)
119 {
120 pFunction_inDelegate = (IntPtr pCmdCtx) =>
121 {
122 ;
123 try
124 {
125 pFunction(OdMarshalHelper.PtrToObject<OdEdCommandContext>(pCmdCtx));
126 }
127 finally
128 {
129 ;
130 }
131 };
132 }
133 IntPtr pFunction_ptr = (pFunction == null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(pFunction_inDelegate);
134 Teigha.Core.DelegateHolder.Add(pFunction_inDelegate);
135 /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin end*/
136 try {// OdEdCommandPtr
137 MemoryManager mMan = MemoryManager.GetMemoryManager();
138 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
139 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));
140
141 OdEdCommand ret = null;
142 if (null != mTrans)
143 {
144 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
145 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
146 }
147 else
148 {
149 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
150 }
151
153 return ret;
154} finally {
155//Empty post /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN post csin*/
156 }
157 }
158
159 public static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 /*SIMPLETYPE*/ commandFlags, Globals.OdEdCommandFunctionDelegate /*CS_DELEGATE_CONNECT_TYPEMAP_PART_BASE cstype*/ pFunction) {
160/*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin start*/
161 Globals.OdEdCommandFunctionDelegateNative pFunction_inDelegate = null;
162 if (pFunction != null)
163 {
164 pFunction_inDelegate = (IntPtr pCmdCtx) =>
165 {
166 ;
167 try
168 {
169 pFunction(OdMarshalHelper.PtrToObject<OdEdCommandContext>(pCmdCtx));
170 }
171 finally
172 {
173 ;
174 }
175 };
176 }
177 IntPtr pFunction_ptr = (pFunction == null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(pFunction_inDelegate);
178 Teigha.Core.DelegateHolder.Add(pFunction_inDelegate);
179 /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN pre csin end*/
180 try {// OdEdCommandPtr
181 MemoryManager mMan = MemoryManager.GetMemoryManager();
182 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
183 IntPtr ptr = GlobalsPINVOKE.OdEdCommand_createObject__SWIG_2(sGroupName, sGlobalName, sLocalName, commandFlags /*SIMPLETYPE*/, pFunction_ptr /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN csin*/ );
184
185 OdEdCommand ret = null;
186 if (null != mTrans)
187 {
188 mTrans.AddObject((OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true));
189 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, false);
190 }
191 else
192 {
193 ret = (OdEdCommand)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommand),ptr, true);
194 }
195
197 return ret;
198} finally {
199//Empty post /*CS_DELEGATE_CONNECT_TYPEMAP_PART_VOID_RETURN post csin*/
200 }
201 }
202
203 public virtual String groupName() {
204 string ret = GlobalsPINVOKE.OdEdCommand_groupName(swigCPtr);
206 return ret;
207}
208
209 public virtual String globalName() {
210 string ret = GlobalsPINVOKE.OdEdCommand_globalName(swigCPtr);
212 return ret;
213}
214
215 public virtual String localName() {
216 string ret = (SwigDerivedClassHasMethod("localName", swigMethodTypes4) ? GlobalsPINVOKE.OdEdCommand_localNameSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_localName(swigCPtr));
218 return ret;
219}
220
221 public virtual void execute(OdEdCommandContext pCommandContext) {
224 }
225
226 public virtual OdRxModule module() {
227 OdRxModule ret = (OdRxModule)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxModule),(SwigDerivedClassHasMethod("module", swigMethodTypes6) ? GlobalsPINVOKE.OdEdCommand_moduleSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_module(swigCPtr)),false); /*createInt 3_2*/
228
230 return ret;
231}
232
233 public virtual void undefine(bool undefIt) {
234 if (SwigDerivedClassHasMethod("undefine", swigMethodTypes7)) GlobalsPINVOKE.OdEdCommand_undefineSwigExplicitOdEdCommand(swigCPtr, undefIt); else GlobalsPINVOKE.OdEdCommand_undefine(swigCPtr, undefIt);
236 }
237
238 public virtual Int32 flags() {
239// test csout
240 /*SIMPLETYPE*/
241 Int32 ret = (SwigDerivedClassHasMethod("flags", swigMethodTypes8) ? GlobalsPINVOKE.OdEdCommand_flagsSwigExplicitOdEdCommand(swigCPtr) : GlobalsPINVOKE.OdEdCommand_flags(swigCPtr));
243 return ret;
244 }
245
246 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
247 string ret = GlobalsPINVOKE.OdEdCommand_getRealClassName(ptr /*SIMPLETYPE*/);
249 return ret;
250 }
251
256 public virtual int vb_flags() { return this.flags(); }
257
258 private void SwigDirectorConnect() {
259 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
260 swigDelegate0 = new SwigDelegateOdEdCommand_0(SwigDirectorMethodqueryX);
261 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
262 swigDelegate1 = new SwigDelegateOdEdCommand_1(SwigDirectorMethodisA);
263 if (SwigDerivedClassHasMethod("groupName", swigMethodTypes2))
264 swigDelegate2 = new SwigDelegateOdEdCommand_2(SwigDirectorMethodgroupName);
265 if (SwigDerivedClassHasMethod("globalName", swigMethodTypes3))
266 swigDelegate3 = new SwigDelegateOdEdCommand_3(SwigDirectorMethodglobalName);
267 if (SwigDerivedClassHasMethod("localName", swigMethodTypes4))
268 swigDelegate4 = new SwigDelegateOdEdCommand_4(SwigDirectorMethodlocalName);
269 if (SwigDerivedClassHasMethod("execute", swigMethodTypes5))
270 swigDelegate5 = new SwigDelegateOdEdCommand_5(SwigDirectorMethodexecute);
271 if (SwigDerivedClassHasMethod("module", swigMethodTypes6))
272 swigDelegate6 = new SwigDelegateOdEdCommand_6(SwigDirectorMethodmodule);
273 if (SwigDerivedClassHasMethod("undefine", swigMethodTypes7))
274 swigDelegate7 = new SwigDelegateOdEdCommand_7(SwigDirectorMethodundefine);
275 if (SwigDerivedClassHasMethod("flags", swigMethodTypes8))
276 swigDelegate8 = new SwigDelegateOdEdCommand_8(SwigDirectorMethodflags);
277 GlobalsPINVOKE.OdEdCommand_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8);
278 }
279
280 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
281 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);
282 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdEdCommand));
283 return hasDerivedMethod;
284 }
285
286 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
287 return
288 // csdirectorout for OdRxObject*, OdRxObject&
289 OdRxObject.getCPtr(queryX(
290 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
291)).Handle
292;
293 }
294
295 private IntPtr SwigDirectorMethodisA() {
296 return
297 // csdirectorout for OdRxClass*, OdRxClass&
298 OdRxClass.getCPtr(isA()).Handle
299;
300 }
301
302 [return: MarshalAs(UnmanagedType.LPWStr)]
303 private String SwigDirectorMethodgroupName() {
304 return groupName();
305 }
306
307 [return: MarshalAs(UnmanagedType.LPWStr)]
308 private String SwigDirectorMethodglobalName() {
309 return globalName();
310 }
311
312 [return: MarshalAs(UnmanagedType.LPWStr)]
313 private String SwigDirectorMethodlocalName() {
314 return localName();
315 }
316
317 private void SwigDirectorMethodexecute(IntPtr pCommandContext) {
318 execute(
319 (OdEdCommandContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdEdCommandContext),pCommandContext,false) /*createInt 6_1*/ // csdirectorin for smart pointer
320);
321 }
322
323 private IntPtr SwigDirectorMethodmodule() {
324 return
325 // csdirectorout for OdRxModule*, OdRxModule&
326 OdRxModule.getCPtr(module()).Handle
327;
328 }
329
330 private void SwigDirectorMethodundefine(bool undefIt) {
331 undefine(undefIt);
332 }
333
334 private Int32 /*SIMPLETYPE*/ SwigDirectorMethodflags() {
335 return flags() /*SIMPLETYPE*/;
336 }
337
338 public delegate IntPtr SwigDelegateOdEdCommand_0(IntPtr protocolClass);
339 public delegate IntPtr SwigDelegateOdEdCommand_1();
340 [return: MarshalAs(UnmanagedType.LPWStr)]
342 [return: MarshalAs(UnmanagedType.LPWStr)]
344 [return: MarshalAs(UnmanagedType.LPWStr)]
346 public delegate void SwigDelegateOdEdCommand_5(IntPtr pCommandContext);
347 public delegate IntPtr SwigDelegateOdEdCommand_6();
348 public delegate void SwigDelegateOdEdCommand_7(bool undefIt);
349 public delegate Int32 /*SIMPLETYPE*/ SwigDelegateOdEdCommand_8();
350
351 private SwigDelegateOdEdCommand_0 swigDelegate0;
352 private SwigDelegateOdEdCommand_1 swigDelegate1;
353 private SwigDelegateOdEdCommand_2 swigDelegate2;
354 private SwigDelegateOdEdCommand_3 swigDelegate3;
355 private SwigDelegateOdEdCommand_4 swigDelegate4;
356 private SwigDelegateOdEdCommand_5 swigDelegate5;
357 private SwigDelegateOdEdCommand_6 swigDelegate6;
358 private SwigDelegateOdEdCommand_7 swigDelegate7;
359 private SwigDelegateOdEdCommand_8 swigDelegate8;
360
361 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
362 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
363 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { };
364 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
365 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
366 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(OdEdCommandContext) };
367 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { };
368 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(bool) };
369 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { };
370 public const int kModal = 0x00000000;
371 public const int kTransparent = 0x00000001;
372 public const int kUsePickset = 0x00000002;
373 public const int kRedraw = 0x00000004;
374 public const int kNoPerspective = 0x00000008;
375 public const int kNoMultiple = 0x00000010;
376 public const int kNoTilemode = 0x00000020;
377 public const int kNoPaperspace = 0x00000040;
378 public const int kPlotOnly = 0x00000080;
379 public const int kNoOEM = 0x00000100;
380 public const int kUndefined = 0x00000200;
381 public const int kInProgress = 0x00000400;
382 public const int kDefun = 0x00000800;
383 public const int kNoNewStack = 0x00010000;
384 public const int kNoInternalLock = 0x00020000;
385 public const int kDocReadLock = 0x00080000;
386 public const int kDocExclusiveLock = 0x00100000;
387 public const int kSession = 0x00200000;
388 public const int kInterruptible = 0x00400000;
389 public const int kNoHistory = 0x00800000;
390 public const int kNoUndoMarker = 0x01000000;
391 public const int kNoBedit = 0x02000000;
392
393}
394
395}
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 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 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)
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()
Definition: OdEdCommand.cs:215
delegate void SwigDelegateOdEdCommand_7(bool undefIt)
override OdRxObject queryX(OdRxClass protocolClass)
Definition: OdEdCommand.cs:88
virtual OdRxModule module()
Definition: OdEdCommand.cs:226
delegate String SwigDelegateOdEdCommand_3()
delegate String SwigDelegateOdEdCommand_2()
virtual String groupName()
Definition: OdEdCommand.cs:203
static new OdRxClass desc()
Definition: OdEdCommand.cs:74
delegate IntPtr SwigDelegateOdEdCommand_0(IntPtr protocolClass)
static string getRealClassName(IntPtr ptr)
Definition: OdEdCommand.cs:246
delegate void SwigDelegateOdEdCommand_5(IntPtr pCommandContext)
delegate Int32 SwigDelegateOdEdCommand_8()
OdEdCommand(IntPtr cPtr, bool cMemoryOwn)
Definition: OdEdCommand.cs:20
virtual Int32 flags()
Definition: OdEdCommand.cs:238
static OdEdCommand createObject()
Definition: OdEdCommand.cs:95
static OdEdCommand cast(OdRxObject pObj)
Definition: OdEdCommand.cs:54
override OdRxClass isA()
Definition: OdEdCommand.cs:81
static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate pFunction)
Definition: OdEdCommand.cs:159
virtual void execute(OdEdCommandContext pCommandContext)
Definition: OdEdCommand.cs:221
delegate String SwigDelegateOdEdCommand_4()
virtual int vb_flags()
Definition: OdEdCommand.cs:256
static OdEdCommand createObject(String sGroupName, String sGlobalName, String sLocalName, UInt32 commandFlags, Globals.OdEdCommandFunctionDelegate pFunction, OdRxModule pModule)
Definition: OdEdCommand.cs:115
virtual String globalName()
Definition: OdEdCommand.cs:209
delegate IntPtr SwigDelegateOdEdCommand_6()
static HandleRef getCPtr(OdEdCommand obj)
Definition: OdEdCommand.cs:25
override void Dispose(bool disposing)
Definition: OdEdCommand.cs:29
virtual void undefine(bool undefIt)
Definition: OdEdCommand.cs:233
delegate IntPtr SwigDelegateOdEdCommand_1()
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxModule obj)
Definition: OdRxModule.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26