Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
PCADGlobals.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
13 using System;
14 using System.Runtime.InteropServices;
15 using Teigha.Core;
16 using Teigha.TD;
17
18public class PCADGlobals {
19 public static CFxAPI FXAPI() {
20 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.FXAPI();
21 CFxAPI ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxAPI(cPtr, false);
23 return ret;
24 }
25
27 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxSystemServices();
28 CFxSystemServices ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSystemServices(cPtr, false);
30 return ret;
31 }
32
33 public static CFxUserIO GetFxUserIO(OdEdCommandContext pCmdCtx) {
34 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxUserIO(OdEdCommandContext.getCPtr(pCmdCtx));
35 CFxUserIO ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxUserIO(cPtr, false);
37 return ret;
38 }
39
40 public static uint NullViewportKey {
41 get {
44 return ret;
45 }
46 }
47
52
54 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetActiveFxView(OdEdCommandContext.getCPtr(pCmdCtx));
55 CFxView ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxView(cPtr, false);
57 return ret;
58 }
59
61 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CreateSelectionSet(OdEdCommandContext.getCPtr(pCmdCtx));
62 CFxSelectionSet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(cPtr, false);
64 return ret;
65 }
66
67 public static CFxDocument ACTIVE_DOCUMENT() {
68 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.ACTIVE_DOCUMENT();
69 CFxDocument ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxDocument(cPtr, false);
71 return ret;
72 }
73
75 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxScriptEngine();
76 CFxScriptEngine ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxScriptEngine(cPtr, false);
78 return ret;
79 }
80
82 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxCommandContext(OdEdCommandContext.getCPtr(pCmdCtx));
83 CFxCommandContext ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxCommandContext(cPtr, false);
85 return ret;
86 }
87
89 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.fxToolBars();
90 CFxMainFrame.CFxToolBars ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxMainFrame.CFxToolBars(cPtr, false);
92 return ret;
93 }
94
100
106
112
114 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxLicenseInfo();
115 CFxLicenseInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxLicenseInfo(cPtr, false);
117 return ret;
118 }
119
121 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetCFxPluginModuleInternal();
122 CFxPluginModuleInternal ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPluginModuleInternal(cPtr, false);
124 return ret;
125 }
126
127 public static double kMAX_VALID_DEPTH_RANGE {
128 get {
131 return ret;
132 }
133 }
134
135 public static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes, IntPtr gsMarker) {
136 PCADGlobalsPINVOKE.RedrawEntity__SWIG_0(OdDbObject.getCPtr(pObject), (int)addModes, (int)removeModes, gsMarker /*SIMPLETYPE*/);
138 }
139
140 public static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes) {
141 PCADGlobalsPINVOKE.RedrawEntity__SWIG_1(OdDbObject.getCPtr(pObject), (int)addModes, (int)removeModes);
143 }
144
149
150 public static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment, bool pbIgnoreThis) {
151 PCADGlobalsPINVOKE.ArgonAssertFuncA__SWIG_0(cpFile, iLine, cpExpr, cpComment, pbIgnoreThis /*SIMPLETYPE*/);
153 }
154
155 public static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment) {
156 PCADGlobalsPINVOKE.ArgonAssertFuncA__SWIG_1(cpFile, iLine, cpExpr, cpComment);
158 }
159
160 public static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment, bool pbIgnoreThis) {
161 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_0(SWIGTYPE_p___wchar_t.getCPtr(cpFile), iLine, SWIGTYPE_p___wchar_t.getCPtr(cpExpr), SWIGTYPE_p___wchar_t.getCPtr(cpComment), pbIgnoreThis /*SIMPLETYPE*/);
163 }
164
169
170 public static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment, bool pbIgnoreThis) {
171 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_2(cpFile, iLine, cpExpr, cpComment, pbIgnoreThis /*SIMPLETYPE*/);
173 }
174
175 public static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment) {
176 PCADGlobalsPINVOKE.ArgonAssertFuncW__SWIG_3(cpFile, iLine, cpExpr, cpComment);
178 }
179
180 public static bool ArgonVerifyFuncA(bool exp, string cpFile, int iLine, string cpExpr, string cpComment) {
181 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncA(exp, cpFile, iLine, cpExpr, cpComment);
183 return ret;
184 }
185
186 public static bool ArgonVerifyFuncW(bool exp, SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment) {
187 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncW__SWIG_0(exp, SWIGTYPE_p___wchar_t.getCPtr(cpFile), iLine, SWIGTYPE_p___wchar_t.getCPtr(cpExpr), SWIGTYPE_p___wchar_t.getCPtr(cpComment));
189 return ret;
190 }
191
192 public static bool ArgonVerifyFuncW(bool exp, String cpFile, int iLine, String cpExpr, String cpComment) {
193 bool ret = PCADGlobalsPINVOKE.ArgonVerifyFuncW__SWIG_1(exp, cpFile, iLine, cpExpr, cpComment);
195 return ret;
196 }
197
202
208
213
219
220 public static void FxCIPRecordAssertion(string cpFile, int iLine, string cpExpr) {
221 PCADGlobalsPINVOKE.FxCIPRecordAssertion(cpFile, iLine, cpExpr);
223 }
224
230
232 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.GetFxLicenseManager();
233 CFxLicenseManager ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxLicenseManager(cPtr, false);
235 return ret;
236 }
237
238 public const int FDT_SIZEOF_LONG = 4;
239 public const int MAX_FLX = 10000;
240 public const int MAX_VIEW = 4;
241 public const int FDT_NONE = 0;
242 public const int FDT_MODIFY = 1;
243 public const int FDT_DELETE = 2;
244 public const int FDT_ADD = 4;
245 public const int RSG_NONULL = 0x001;
246 public const int RSG_NOZERO = 0x002;
247 public const int RSG_NONEG = 0x004;
248 public const int RSG_NOLIM = 0x008;
249 public const int RSG_GETZ = 0x010;
250 public const int RSG_DASH = 0x020;
251 public const int RSG_2D = 0x040;
252 public const int RSG_OTHER = 0x080;
253 public const int RSG_DDISTFIRST = 0x100;
254 public const int RSG_TRACKUCS = 0x200;
255 public const int RSG_NOORTHOZ = 0x400;
256 public const int RSG_NOOSNAP = 0x800;
257 public const int RSG_BUTTON = 0x10000000;
258 public const int RSG_NOBUTTON = 0x20000000;
259 public const int CUR_BIGCROSS = 1;
260 public const int CUR_SMALLCROSS = 2;
261 public const int CUR_WINDOW = 4;
262 public const int CUR_PICKBOX = 8;
263 public const int CUR_SNAPBOX = 16;
264 public const int CUR_RB_BAND = 32;
265 public const int CUR_DRB_BAND = 64;
266 public const int CUR_VBIGCROSS = 128;
267 public const int CUR_UCSWINDOW = 256;
268 public const int SN_NONE = 0;
269 public const int SN_END = 1;
270 public const int SN_MID = 2;
271 public const int SN_CEN = 4;
272 public const int SN_PNT = 8;
273 public const int SN_QUA = 16;
274 public const int SN_INT = 32;
275 public const int SN_INS = 64;
276 public const int SN_PER = 128;
277 public const int SN_TAN = 256;
278 public const int SN_NXT = 512;
279 public const int SN_GCEN = 1024;
280 public const int SN_APPINT = 2048;
281 public const int SN_FROM = 4096;
282 public const int SN_NON = 8192;
283 public const int GC_NOTVALID = 0;
284 public const int GC_USER_BREAK = 1;
285 public const int GC_VALUE = 2;
286 public const int GC_3DPOINT = 4;
287 public const int GC_STRING = 8;
288 public const int GC_CURSOR_MOVE = 16;
289 public const int GC_CHAR = 32;
290 public const int GC_SNAME = 64;
291 public const int GC_ENAME = 128;
292 public const int GC_ENAMEPNT = 256;
293 public const int GC_KWORD = 512;
294 public const int DRAG_VERT_LINE = 1;
295 public const int DRAG_HORZ_LINE = 2;
296 public const int DRAG_GEN_LINE1 = 4;
297 public const int DRAG_GEN_LINE2 = 8;
298 public const int DRAG_CIRC_RAD = 16;
299 public const int DRAG_CIRC_DIA1 = 32;
300 public const int DRAG_CIRC_DIA2 = 64;
301 public const int DRAG_ARC = 128;
302 public const int NOTIFY_NEW = 1;
303 public const int NOTIFY_BEFORE_OPEN = 2;
304 public const int NOTIFY_AFTER_OPEN = 3;
305 public const int NOTIFY_BEFORE_SAVE = 4;
306 public const int NOTIFY_AFTER_SAVE = 5;
307 public const int NOTIFY_BEFORE_CLOSE = 6;
308 public const int NOTIFY_AFTER_CLOSE = 7;
309 public const int NOTIFY_EXIT = 8;
310 public const int NOTIFY_CHDB = 9;
311 public const int NOTIFY_BEFORE_CMDCALL = 10;
312 public const int NOTIFY_AFTER_CMDCALL = 11;
313 public const int NOTIFY_PRESELECT = 12;
314 public const int NOTIFY_BEFORE_AUTOSAVE = 13;
315 public const int NOTIFY_AFTER_AUTOSAVE = 14;
316 public const int NOTIFY_BEFORE_XREFLOAD = 15;
317 public const int NOTIFY_AFTER_XREFLOAD = 16;
318 public const int NOTIFY_BEFORE_GRIPEDIT = 17;
319 public const int NOTIFY_AFTER_GRIPEDIT = 18;
320 public const int NOTIFY_SELECTHOOKEX_REMOVED = 19;
321 public const int NOTIFY_BEFORE_SW_DIMMOVE = 20;
322 public const int NOTIFY_AFTER_SW_DIMMOVE = 21;
323 public const int NOTIFY_BEFORE_SW_ENTMOVE = 22;
324 public const int NOTIFY_AFTER_SW_ENTMOVE = 23;
325 public const int TYPE_NON = 0xFFFF;
326 public const int TYPE_BMP = 0;
327 public const int TYPE_WMF = 1;
328 public const int TYPE_SLD = 2;
329 public const int OFV_FCAD = 0;
330 public const int OFV_DXF25 = 2;
331 public const int OFV_DXF26 = 8;
332 public const int OFV_DXF9 = 9;
333 public const int OFV_DXF10 = 10;
334 public const int OFV_DXF11 = 11;
335 public const int OFV_DXF12 = 12;
336 public const int OFV_DXF13 = 13;
337 public const int OFV_DXF14 = 14;
338 public const int OFV_DXF15 = 15;
339 public const int OFV_DXF18 = 18;
340 public const int OFV_DWG25 = 102;
341 public const int OFV_DWG26 = 108;
342 public const int OFV_DWG9 = 109;
343 public const int OFV_DWG10 = 110;
344 public const int OFV_DWG11 = 111;
345 public const int OFV_DWG12 = 112;
346 public const int OFV_DWG13 = 113;
347 public const int OFV_DWG14 = 114;
348 public const int OFV_DWG15 = 115;
349 public const int OFV_DWG18 = 118;
350 public const int OFV_MAXVER = 118;
351 public const int OFV_DWGOFFSET = 100;
352 public const int MCB_LBUTTON = 1;
353 public const int MCB_RBUTTON = 2;
354 public const int MCB_MBUTTON = 4;
355 public const int DESK_COLOR_BACKGROUND = 0;
356 public const int DESK_COLOR_HIGHLIGHT = 1;
357 public const int DESK_COLOR_CURSOR_X = 2;
358 public const int DESK_COLOR_CURSOR_Y = 3;
359 public const int DESK_COLOR_CURSOR_Z = 4;
360 public const int DESK_COLOR_DRAG = 5;
361 public const int RTNONE = 5000;
362 public const int RTREAL = 5001;
363 public const int RTPOINT = 5002;
364 public const int RTSHORT = 5003;
365 public const int RTANG = 5004;
366 public const int RTSTR = 5005;
367 public const int RTENAME = 5006;
368 public const int RTPICKS = 5007;
369 public const int RTORINT = 5008;
370 public const int RT3DPOINT = 5009;
371 public const int RTLONG = 5010;
372 public const int RTCOLOR = 5011;
373 public const int RTVOID = 5014;
374 public const int RTLB = 5016;
375 public const int RTLE = 5017;
376 public const int RTDOTE = 5018;
377 public const int RTNIL = 5019;
378 public const int RTDXF0 = 5020;
379 public const int RTT = 5021;
380 public const int RTBINARY = 5022;
381 public const int RTFUNC = 5023;
382 public const int RTNORM = 5100;
383 public const int RTMODELESS = 5027;
384 public const int RTMEMERR = (-5000);
385 public const int RTERROR = (-5001);
386 public const int RTCAN = (-5002);
387 public const int RTREJ = (-5003);
388 public const int RTFAIL = (-5004);
389 public const int RTKWORD = (-5005);
390 public const int RTINPUTTRUNCATED = (-5008);
391 public const int RTLOADONCALL = 0;
392 public const int RTPRELOAD = 1;
393 public const int RSRSLT = 1;
394 public const int RSERR = 3;
395 public const int KEY_STR_MAX = 255;
396 public const int CTRL_SELECT = 1;
397 public const int CTRL_LOST_FOCUS = 2;
398 public const int CTRL_DRAG = 3;
399 public const int CTRL_DOUBLE_CLICK = 4;
400 public const int CTRL_UPDATE = 5;
401 public const int DLG_CANCEL = 0;
402 public const int DLG_OK = 1;
403 public const int DLG_ALLDONE = -1;
404 public const int DLG_STATUS = 2;
405 public const int DLG_ERR_EXIST = -2;
406 public const int DLG_ERR_TOOMANY = -3;
407 public const int DLG_ERR_WRONGHANDLE = -4;
408 public const int TILE_STR_MAX = 40;
409 public const int TILE_STR_LIMIT = 2035;
410 public const int LAST_DWGDIRECT_UNDO_ID = 0x1000;
411}
412
413}
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static OdResult FlatShotHL(OdDbEntityPtrArray input, OdGePoint3d eye_pos, OdGePoint3d target_pos, bool bPersepcitveProjection, SWIGTYPE_p_OdArrayT_OdSharedPtrT_FxHLR__IHLData_t_t output)
static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment, bool pbIgnoreThis)
static CFxCommandContext GetFxCommandContext(OdEdCommandContext pCmdCtx)
static CFxPluginModuleInternal GetCFxPluginModuleInternal()
static CFxAPI FXAPI()
static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment)
static CFxSelectionSet CreateSelectionSet(OdEdCommandContext pCmdCtx)
static CFxLicenseManager GetFxLicenseManager()
const int NOTIFY_SELECTHOOKEX_REMOVED
static CFxDocument ACTIVE_DOCUMENT()
static void SetIgnoreAll(bool bIgnore)
static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes)
static bool IsAllIgnored()
const int NOTIFY_BEFORE_SW_ENTMOVE
static CFxMainFrame.CFxToolBars fxToolBars()
static void UseCustomAssert(bool bUse)
static double kMAX_VALID_DEPTH_RANGE
const int NOTIFY_BEFORE_SW_DIMMOVE
static bool IsCustomAssertUsed()
static void FxCIPRecordAssertion(string cpFile, int iLine, string cpExpr)
static CFxView GetActiveFxView(OdEdCommandContext pCmdCtx)
static uint NullViewportKey
static bool IsNotEqual(CFxString s1, SWIGTYPE_p_QString s2)
static CFxSystemServices GetFxSystemServices()
const int NOTIFY_AFTER_SW_DIMMOVE
static CFxScriptEngine GetFxScriptEngine()
static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment)
static void ArgonAssertFuncW(SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment, bool pbIgnoreThis)
static bool IsNotEqual(CFxString s1, CFxString s2)
static void GetPaperProperties(OdDbPlotSettings pLayout, OdGePoint3dArray points, OdGePoint3dArray margins)
static void ArgonAssertFuncW(String cpFile, int iLine, String cpExpr, String cpComment, bool pbIgnoreThis)
static CFxUserIO GetFxUserIO(OdEdCommandContext pCmdCtx)
static void RedrawEntity(OdDbObject pObject, DrawMode addModes, DrawMode removeModes, IntPtr gsMarker)
static CFxLicenseInfo GetFxLicenseInfo()
static bool IsEqual(CFxString s1, CFxString s2)
static bool ArgonVerifyFuncA(bool exp, string cpFile, int iLine, string cpExpr, string cpComment)
static void ArgonAssertFuncA(string cpFile, int iLine, string cpExpr, string cpComment)
static bool ArgonVerifyFuncW(bool exp, String cpFile, int iLine, String cpExpr, String cpComment)
const int NOTIFY_AFTER_SW_ENTMOVE
static bool ArgonVerifyFuncW(bool exp, SWIGTYPE_p___wchar_t cpFile, int iLine, SWIGTYPE_p___wchar_t cpExpr, SWIGTYPE_p___wchar_t cpComment)
static global::System.IntPtr GetFxCommandContext(HandleRef jarg1)
static global::System.IntPtr GetActiveFxView(HandleRef jarg1)
static bool ArgonVerifyFuncW__SWIG_0(bool jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void ArgonAssertFuncA__SWIG_0(string jarg1, int jarg2, string jarg3, string jarg4, bool jarg5)
static void RedrawEntity__SWIG_0(HandleRef jarg1, int jarg2, int jarg3, IntPtr jarg4)
static void ArgonAssertFuncW__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4, bool jarg5)
static void ArgonAssertFuncA__SWIG_1(string jarg1, int jarg2, string jarg3, string jarg4)
static global::System.IntPtr GetFxLicenseInfo()
static bool IsNotEqual__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double kMAX_VALID_DEPTH_RANGE_get()
static void GetPaperProperties(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr GetFxSystemServices()
static void ArgonAssertFuncW__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]String jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static int FlatShotHL(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void FxCIPRecordAssertion(string jarg1, int jarg2, string jarg3)
static global::System.IntPtr GetFxUserIO(HandleRef jarg1)
static void ArgonAssertFuncW__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, bool jarg5)
static void RedrawEntity__SWIG_1(HandleRef jarg1, int jarg2, int jarg3)
static bool IsEqual__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr GetCFxPluginModuleInternal()
static bool ArgonVerifyFuncA(bool jarg1, string jarg2, int jarg3, string jarg4, string jarg5)
static bool ArgonVerifyFuncW__SWIG_1(bool jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static bool IsNotEqual__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr fxToolBars()
static global::System.IntPtr CreateSelectionSet(HandleRef jarg1)
static void UseCustomAssert(bool jarg1)
static global::System.IntPtr GetFxScriptEngine()
static global::System.IntPtr FXAPI()
static void SetIgnoreAll(bool jarg1)
static void ArgonAssertFuncW__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr ACTIVE_DOCUMENT()
static global::System.IntPtr GetFxLicenseManager()
static HandleRef getCPtr(OdEdCommandContext obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdDbEntityPtrArray obj)
static HandleRef getCPtr(OdDbObject obj)
Definition OdDbObject.cs:26
static HandleRef getCPtr(OdDbPlotSettings obj)